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



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to