From: <dom...@us...> - 2013-05-10 23:29:32
|
Revision: 389 http://sourceforge.net/p/fvwm-crystal/code/389 Author: dominique_libre Date: 2013-05-10 23:29:29 +0000 (Fri, 10 May 2013) Log Message: ----------- functions/Window-Basic; Window-Buttons; Window-Buttons-Vertical: remove non used variables Modified Paths: -------------- ChangeLog fvwm/components/functions/Window-Basic fvwm/components/functions/Window-Buttons fvwm/components/functions/Window-Buttons-Vertical Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-10 23:18:49 UTC (rev 388) +++ ChangeLog 2013-05-10 23:29:29 UTC (rev 389) @@ -12,6 +12,8 @@ don't une trayer with them! bin/fvwm-crystal.apps: more cosmetic code changes from Gentoo updated amule icons + functions/Window-Basic; Window-Buttons; Window-Buttons-Vertical: remove + non used variables Mardi 7 Mai 2013 Dominique Michel desktop/FVWM-Crystal_Preferences: load the desktop geometry preference Modified: fvwm/components/functions/Window-Basic =================================================================== --- fvwm/components/functions/Window-Basic 2013-05-10 23:18:49 UTC (rev 388) +++ fvwm/components/functions/Window-Basic 2013-05-10 23:29:29 UTC (rev 389) @@ -77,7 +77,6 @@ # Variables update, see components/Window-Buttons DestroyFunc Window-Save-Geom AddToFunc Window-Save-Geom -+ I SetEnv "PreviousWindowState_$[w.id]" $[CurrentWindowState_$[w.id]] + I SetEnv "CurrentWindowState_$[w.id]" Default + I SetEnv "WindowWidth_$[w.id]" "$[w.width]p" + I SetEnv "WindowHeight_$[w.id]" "$[w.height]p" Modified: fvwm/components/functions/Window-Buttons =================================================================== --- fvwm/components/functions/Window-Buttons 2013-05-10 23:18:49 UTC (rev 388) +++ fvwm/components/functions/Window-Buttons 2013-05-10 23:29:29 UTC (rev 389) @@ -35,8 +35,6 @@ + I UnsetEnv "CurrentWindowState_$[w.id]" + I UnsetEnv "WindowWidth_$[w.id]" + I UnsetEnv "WindowHeight_$[w.id]" -+ I UnsetEnv "WindowX_$[w.id]" -+ I UnsetEnv "WindowY_$[w.id]" # Variables update, see also components/Window-Basic Modified: fvwm/components/functions/Window-Buttons-Vertical =================================================================== --- fvwm/components/functions/Window-Buttons-Vertical 2013-05-10 23:18:49 UTC (rev 388) +++ fvwm/components/functions/Window-Buttons-Vertical 2013-05-10 23:29:29 UTC (rev 389) @@ -37,8 +37,6 @@ + I UnsetEnv "CurrentWindowState_$[w.id]" + I UnsetEnv "WindowWidth_$[w.id]" + I UnsetEnv "WindowHeight_$[w.id]" -+ I UnsetEnv "WindowX_$[w.id]" -+ I UnsetEnv "WindowY_$[w.id]" # Variables update, see components/Window-Basic This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |