Le Thu, 21 Oct 2010 21:45:44 +0100, Thomas Adam <[email protected]> a écrit :
> On Thu, Oct 21, 2010 at 10:20:46PM +0200, Dominique Michel wrote: > > Hi, > > > > Working with Fvwm-Crystal, I noticed than some functions I wrote are working > > fine with Fvwm-2.5.30 but fails with 2.5.31. > > > > SetEnv ThumbDirectory "/tmp" > > > > DestroyFunc Fullscreen > > AddToFunc Fullscreen > > + I ThisWindow (State 19) Fullscreen-Stop > > + I TestRc (NoMatch) ThisWindow (!State 19) Fullscreen-Start > > > > DestroyFunc Fullscreen-Start > > AddToFunc Fullscreen-Start > > + I SetEnv "FSWindowWidth_$[w.id]" "$[w.width]p" > > + I SetEnv "FSWindowHeight_$[w.id]" "$[w.height]p" > > + I WindowStyle !Title, !Borders, Iconifiable, ResizeHintOverride > > + I UpdateStyles > > > + I State 19 True > > + I WindowStyle State 19 > > > + I State 20 True > > + I WindowStyle State 20 > > > + I Maximize ewmhiwa True 100 100 > > + I WindowStyle !Maximizable, FixedSize > > + I UpdateStyles > > # We need 1 temporary files for restoring the window state after restart > > + I Exec exec touch $[ThumbDirectory]/fullscreen.19.$[w.id].tmp > > > > DestroyFunc Fullscreen-Stop > > AddToFunc Fullscreen-Stop > > + I WindowStyle Title, Borders, Iconifiable, !ResizeHintOverride > > + I WindowStyle Maximizable, !FixedSize > > + I State 19 False > > + I WindowStyle !State 19 > > > + I State 20 False > > + I WindowStyle !State 20 > > -- Thomas Adam > This work fine, thank you ! So, this is not a regression but a function change. Sorry for the noise. Dominique -- If this message is send to an email list, please make sure to answer onto the list, or you will be ignored. "We have the heroes we deserve."
