aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/set_pd_window_location-0.41.0-test03.patch
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-21 22:07:40 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-07-21 22:07:40 +0000
commit6a40415e3ab3b67dc2a9515727e74307235bd839 (patch)
treefe80341c55726fa94f870d7256a2a8337f26a056 /packages/patches/set_pd_window_location-0.41.0-test03.patch
parent37453bcbffb55590eb460499aec9f63f04da5d1a (diff)
first big round of patches accepted by Miller into 0.43
svn path=/trunk/; revision=13724
Diffstat (limited to 'packages/patches/set_pd_window_location-0.41.0-test03.patch')
-rw-r--r--packages/patches/set_pd_window_location-0.41.0-test03.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/patches/set_pd_window_location-0.41.0-test03.patch b/packages/patches/set_pd_window_location-0.41.0-test03.patch
deleted file mode 100644
index 0d8d6c2d..00000000
--- a/packages/patches/set_pd_window_location-0.41.0-test03.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: u_main.tk
-===================================================================
-RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
-retrieving revision 1.17.2.20
-diff -u -w -r1.17.2.20 u_main.tk
---- u_main.tk 11 Jul 2007 21:55:45 -0000 1.17.2.20
-+++ u_main.tk 23 Jul 2007 20:42:21 -0000
-@@ -225,6 +225,8 @@
- pdtk_standardkeybindings .
-
- wm title . "Pd"
-+# initial location of Pd window (+x+y)
-+wm geometry . +20+70
- . configure -menu .mbar -width 200 -height 150
-
- ############### set up global variables ################################