[PD-cvs] packages/patches/windows win_font_tweaks.patch,NONE,1.1

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Dec 20 01:13:19 CET 2005


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

Added Files:
	win_font_tweaks.patch 
Log Message:
added in mingw_fixes patch which includes NT2_MSC_VER and lots of other stuff so that everything can compile using MinGW;  reorged things to use the full name 'windows' rather than just 'win'.  This matches 'darwin' and 'linux'; this is windows RC6

--- NEW FILE: win_font_tweaks.patch ---
Index: u_main.tk
===================================================================
RCS file: /cvsroot/pure-data/pd/src/u_main.tk,v
retrieving revision 1.7.2.4
diff -u -w -r1.7.2.4 u_main.tk
--- u_main.tk	21 Feb 2005 04:20:20 -0000	1.7.2.4
+++ u_main.tk	27 Nov 2005 04:08:45 -0000
@@ -158,7 +158,7 @@
 
 
 frame .printout
-text .printout.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \
+text .printout.text -relief raised -bd 2 -font { courier 9 } \
     -yscrollcommand ".printout.scroll set" -width 80
 # .printout.text insert end "\n\n\n\n\n\n\n\n\n\n"
 scrollbar .printout.scroll -command ".printout.text yview"
@@ -337,7 +337,7 @@
     global pd_myversion
     set name [format ".help%d" $doc_number]
     toplevel $name
-    text $name.text -relief raised -bd 2 -font -*-courier-bold--normal--12-* \
+    text $name.text -relief raised -bd 2 -font { helvetica 10 } \
     	-yscrollcommand "$name.scroll set" -background white
     scrollbar $name.scroll -command "$name.text yview"
     pack $name.scroll -side right -fill y





More information about the Pd-cvs mailing list