aboutsummaryrefslogtreecommitdiff
path: root/packages/patches/set_pd_window_location-0.41.0-test03.patch
blob: 0d8d6c2d4bbec70e6d468b69dfe1c2236696c644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 ################################