2009/9/11 BERTRAND Joel <[email protected]> > Hello, > > I have written a patch that solves this bug. This patch is against > mercurial sources. With this patch, minimized windows do not reshuffle > anymore. > > diff -u Windowmaker-orig/src/actions.c Windowmaker/src/actions.c > --- Windowmaker-orig/src/actions.c 2008-12-15 04:59:05.000000000 +0100 > +++ Windowmaker/src/actions.c 2009-09-10 20:30:06.000000000 +0200 > @@ -1106,6 +1106,11 @@ > wIconSelect(wwin->icon); > > WMPostNotificationName(WMNChangedState, wwin, "iconify"); > + > + if (wPreferences.auto_arrange_icons) > + { > + wArrangeIcons(wwin->screen_ptr, True); > + } > } > > Regards, > > JKB >
Hi Joel, The wmaker-dev list is active, please join up there. wmaker-devs - please check and apply this patch, i'd like to test it via Carlos' git repo via the apt-get. Thanks, Paul
