From: <dom...@us...> - 2010-12-31 18:29:27
|
Revision: 49 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=49&view=rev Author: dominique_libre Date: 2010-12-31 18:29:21 +0000 (Fri, 31 Dec 2010) Log Message: ----------- Window-Decorations : cleanup Modified Paths: -------------- ChangeLog fvwm/components/functions/Window-Decorations Modified: ChangeLog =================================================================== --- ChangeLog 2010-12-31 18:08:49 UTC (rev 48) +++ ChangeLog 2010-12-31 18:29:21 UTC (rev 49) @@ -11,6 +11,7 @@ * EWMH-BaseStruts : support for double top panel like in the rewrited amiga recipe * Added terminator support into AT Exec accelerator * FvwmFormDefault : cleanup and support for font preferences + * Window-Decorations : cleanup Mercredi 23 décembre 2010 Dominique Michel * New Amiga focus policy : click to focus without raise, Modified: fvwm/components/functions/Window-Decorations =================================================================== --- fvwm/components/functions/Window-Decorations 2010-12-31 18:08:49 UTC (rev 48) +++ fvwm/components/functions/Window-Decorations 2010-12-31 18:29:21 UTC (rev 49) @@ -11,11 +11,11 @@ DestroyFunc Window-Decorations-Set AddToFunc Window-Decorations-Set + I Test (f '$0/$[Window_Decorations_ButtonModel]') Read '$0/$[Window_Decorations_ButtonModel]' -+ I TestRc (Match) KeepRc Include components/styles/Window-Decorations +#+ I TestRc (Match) KeepRc Include components/styles/Window-Decorations + I TestRc (Match) KeepRc SavePreferences LastChoosenWindowDecoration "Window-Decorations-Set \"$*\"" + I TestRc (NoMatch) KeepRc FindFile Window_Decorations_ButtonModel-Temp '$0' Theme.nextstep Theme.os2 Theme.macosx Theme.windows Theme.amigaos Theme.fvwm-crystal + I TestRc (NoMatch) Test (f '$0/$[Window_Decorations_ButtonModel-Temp]') Read '$0/$[Window_Decorations_ButtonModel-Temp]' -+ I TestRc (Match) KeepRc Include components/styles/Window-Decorations +#+ I TestRc (Match) KeepRc Include components/styles/Window-Decorations + I TestRc (Match) KeepRc SavePreferences LastChoosenWindowDecoration "Window-Decorations-Set \"$*\"" + I UnsetEnv Window_Decorations_ButtonModel-Temp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |