From: <dom...@us...> - 2011-01-29 20:51:15
|
Revision: 67 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=67&view=rev Author: dominique_libre Date: 2011-01-29 20:51:09 +0000 (Sat, 29 Jan 2011) Log Message: ----------- Icon-Mwm: support for font preference Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Mwm Modified: ChangeLog =================================================================== --- ChangeLog 2011-01-29 20:33:29 UTC (rev 66) +++ ChangeLog 2011-01-29 20:51:09 UTC (rev 67) @@ -13,6 +13,7 @@ * Icon-Amiga: changed the colorsets * Icon-Launcher: Added some comment; commented out all the code than can hang the function when some partition is not avaible. + * Icon-Mwm: support for font preference Samedi 1 janvier 2011 Dominique Michel * Wimdow-Raise-Move-Lover witll focus on a non overlapped window Modified: fvwm/components/functions/Icon-Mwm =================================================================== --- fvwm/components/functions/Icon-Mwm 2011-01-29 20:33:29 UTC (rev 66) +++ fvwm/components/functions/Icon-Mwm 2011-01-29 20:51:09 UTC (rev 67) @@ -7,8 +7,7 @@ Style * IconTitleRelief 0 Style * IconBackgroundRelief 0 Style * IconBackgroundPadding 10 -Style * IconFont "xft:Verdana:pixelsize=14:Bold" -Test (EnvIsSet FVWM_FLAG_UTF_8) Style * IconFont "xft:Verdana:pixelsize=14:Bold:encoding=iso10646-1" +Style * IconFont "xft:$[title_font]:pixelsize=$[title_font_size]:Bold:encoding=iso10646-1" Style * IndexedIconName Style * IconSize 48 48 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |