[PD-cvs] packages/patches set_pd_window_location-0.41.0-test03.patch, NONE, 1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jul 23 22:48:14 CEST 2007


Update of /cvsroot/pure-data/packages/patches
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30760

Added Files:
	set_pd_window_location-0.41.0-test03.patch 
Log Message:

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


--- NEW FILE: set_pd_window_location-0.41.0-test03.patch ---
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 ################################





More information about the Pd-cvs mailing list