aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-23 20:48:11 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-23 20:48:11 +0000
commitcd5763c45b87d25072881f0c4dcb48435b173042 (patch)
tree74ecd9c134c5884a548428dbb654a75433018176 /packages
parent7f70eaeaadf554b3ca0d5d857d8ec93544f708f7 (diff)
Made the Pd window location setting explicit so that it can be easily modified
by a user in their own install. I got the idea from Bjoern Hartmann from this thread: http://lists.puredata.info/pipermail/pd-list/2007-07/052342.html svn path=/trunk/; revision=8213
Diffstat (limited to 'packages')
-rw-r--r--packages/patches/set_pd_window_location-0.41.0-test03.patch16
1 files changed, 16 insertions, 0 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
new file mode 100644
index 00000000..0d8d6c2d
--- /dev/null
+++ b/packages/patches/set_pd_window_location-0.41.0-test03.patch
@@ -0,0 +1,16 @@
+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 ################################