From: <dom...@us...> - 2019-11-17 10:58:39
|
Revision: 941 http://sourceforge.net/p/fvwm-crystal/code/941 Author: dominique_libre Date: 2019-11-17 10:58:37 +0000 (Sun, 17 Nov 2019) Log Message: ----------- oops: put back Window-Rearrange function Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2019-11-17 10:56:00 UTC (rev 940) +++ ChangeLog 2019-11-17 10:58:37 UTC (rev 941) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +dimanche 17 novembre 2019 + fvwm/components/functions/Fullscreen: put back Window-Rearrange function + samedi 16 movembre 2019 FAQ: Added uam configuration with ext formatted partitions. Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2019-11-17 10:56:00 UTC (rev 940) +++ fvwm/components/functions/Fullscreen 2019-11-17 10:58:37 UTC (rev 941) @@ -41,6 +41,11 @@ + I WindowStyle Icon + I UpdateStyles +# Rearrange in fullscreen +DestroyFunc Fullscreen-Rearrange +AddToFunc Fullscreen-Rearrange ++ I All (CurrentPage, !Iconic, !FvwmButtons, !FvwmPager, !FvwmMiniConsoleNeedsUniqueName, !QuakeConsoleNeedsUniqueName, !FvwmIconMan, !MPlayer) Maximize Fullscreen + # Start in full screen at application statup DestroyFunc Window-AutoFS AddToFunc Window-AutoFS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |