From: <dom...@us...> - 2020-02-20 14:54:59
|
Revision: 1010 http://sourceforge.net/p/fvwm-crystal/code/1010 Author: dominique_libre Date: 2020-02-20 14:54:58 +0000 (Thu, 20 Feb 2020) Log Message: ----------- Fullscreen: use State 6 Modified Paths: -------------- ChangeLog fvwm/components/functions/Fullscreen Modified: ChangeLog =================================================================== --- ChangeLog 2020-02-20 14:44:31 UTC (rev 1009) +++ ChangeLog 2020-02-20 14:54:58 UTC (rev 1010) @@ -50,7 +50,7 @@ + fvwm/decorations/*(/*)/Theme.amigaos-fullscreen: Implement the new button decoration fvwm/components/Fullscreen: Fix Schedule/Deschedule command_id syntax - causing nasty loops. + causing nasty loops; use State 6 instead of 4 samedi 15 février 2020 fvwm/components/functions/Fullscreen: add Navigator and Firefox into the Modified: fvwm/components/functions/Fullscreen =================================================================== --- fvwm/components/functions/Fullscreen 2020-02-20 14:44:31 UTC (rev 1009) +++ fvwm/components/functions/Fullscreen 2020-02-20 14:54:58 UTC (rev 1010) @@ -32,7 +32,7 @@ # Needed by browsers on youtube + I WindowStyle !Borders, !Title + I UpdateStyles -+ I State 4 True ++ I State 6 True + I Schedule Periodic 1000 $[w.id] ThisWindow (State 4, !Fullscreen) Maximize FullScreen True DestroyFunc PutOutFSProp @@ -39,7 +39,7 @@ AddToFunc PutOutFSProp + I WindowStyle Borders, Title + I UpdateStyles -+ I State 4 False ++ I State 6 False + I Deschedule $[w.id] DestroyFunc ToggleFullscreen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |