[PD-cvs] SF.net SVN: pure-data: [10065] branches/pd-extended/v0-40/pd/src/u_main.tk

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sun Jun 22 00:24:17 CEST 2008


Revision: 10065
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10065&view=rev
Author:   eighthave
Date:     2008-06-21 15:24:17 -0700 (Sat, 21 Jun 2008)

Log Message:
-----------
lowering the Pd window on startup should only happen on Mac OS X

Modified Paths:
--------------
    branches/pd-extended/v0-40/pd/src/u_main.tk

Modified: branches/pd-extended/v0-40/pd/src/u_main.tk
===================================================================
--- branches/pd-extended/v0-40/pd/src/u_main.tk	2008-06-21 21:07:41 UTC (rev 10064)
+++ branches/pd-extended/v0-40/pd/src/u_main.tk	2008-06-21 22:24:17 UTC (rev 10065)
@@ -3845,8 +3845,8 @@
     global pd_fontlist
     set pd_fontlist {}
 	
-	# lower the Pd window to the background so patches open on top
-	lower .
+	# on Mac OS X, lower the Pd window to the background so patches open on top
+	if {$pd_nt == 2} { lower . }
 
     set fontlist ""
     foreach i {8 9 10 12 14 16 18 24 30 36} {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list