From: <dom...@us...> - 2010-12-31 17:48:33
|
Revision: 46 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=46&view=rev Author: dominique_libre Date: 2010-12-31 17:48:27 +0000 (Fri, 31 Dec 2010) Log Message: ----------- EWMH-BaseStruts : support for double top panel like in the rewrited amiga recipe Modified Paths: -------------- ChangeLog fvwm/components/functions/EWMH-BaseStruts Modified: ChangeLog =================================================================== --- ChangeLog 2010-12-31 17:29:54 UTC (rev 45) +++ ChangeLog 2010-12-31 17:48:27 UTC (rev 46) @@ -8,6 +8,7 @@ Work for me but certainly not portable at that time. * Icon-Thumbnails : cleanup and added comment * Debug-Functions : cleanup and support for font preferences + * EWMH-BaseStruts : support for double top panel like in the rewrited amiga recipe Mercredi 23 décembre 2010 Dominique Michel * New Amiga focus policy : click to focus without raise, Modified: fvwm/components/functions/EWMH-BaseStruts =================================================================== --- fvwm/components/functions/EWMH-BaseStruts 2010-12-31 17:29:54 UTC (rev 45) +++ fvwm/components/functions/EWMH-BaseStruts 2010-12-31 17:48:27 UTC (rev 46) @@ -74,23 +74,34 @@ DestroyFunc Interface_Show AddToFunc Interface_Show -+ I All (FvwmPager) Iconify false -+ I All (FvwmButtons) Iconify false -+ I All (FvwmIconMan) Iconify false -+ I All (gkrellm) Iconify false -+ I All (gDeskCal) Iconify false -+ I All (trayer) Iconify false ++ I All (FvwmPager) Iconify false ++ I All (FvwmButtons-TopPanel) Iconify false +Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I All (FvwmButtons-TopPanelMenu) Iconify false ++ I All (FvwmButtons-Pager) Iconify false ++ I All (FvwmButtons-BottomButton) Iconify false ++ I All (FvwmButtons-Musi*) Iconify false ++ I All (ApplicationPanel) Iconify false ++ I All (FvwmIconMan) Iconify false ++ I All (gkrellm) Iconify false ++ I All (gDeskCal) Iconify false ++ I All (trayer) Iconify false +Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I Restore-TopBar-RaiseLower + I EWMH-Set-Panel + I $0 $1 $2 $3 Interface_Hide $0 $1 $2 $3 DestroyFunc Interface_Hide AddToFunc Interface_Hide -+ I All (FvwmPager) Iconify true -+ I All (FvwmButtons) Iconify true -+ I All (FvwmIconMan) Iconify true -+ I All (gkrellm) Iconify true -+ I All (gDeskCal) Iconify true -+ I All (trayer) Iconify true ++ I All (FvwmPager) Iconify true ++ I All (FvwmButtons-TopPanel) Iconify true +Test (EnvMatch Fvwm_Crystal_Recipe *Amiga*) + I All (FvwmButtons-TopPanelMenu) Iconify true ++ I All (FvwmButtons-Pager) Iconify true ++ I All (FvwmButtons-BottomButton) Iconify true ++ I All (FvwmButtons-Musi*) Iconify true ++ I All (ApplicationPanel) Iconify true ++ I All (FvwmIconMan) Iconify true ++ I All (gkrellm) Iconify true ++ I All (gDeskCal) Iconify true ++ I All (trayer) Iconify true + I EWMH-Set-Desktop + I $0 $1 $2 $3 Interface_Show $0 $1 $2 $3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |