JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Yay fix old x apps that send events in different order. This fixes like
authorMarco Peereboom <marco@conformal.com>
Thu, 15 Jan 2009 03:50:26 +0000 (03:50 +0000)
committerMarco Peereboom <marco@conformal.com>
Thu, 15 Jan 2009 03:50:26 +0000 (03:50 +0000)
xclock & xcalc etc.

scrotwm.c

index 20c9e0e..970c6e8 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -908,6 +908,9 @@ maprequest(XEvent *e)
 {
        DNPRINTF(SWM_D_EVENT, "maprequest: window: %lu\n",
            e->xmaprequest.window);
+
+       manage_window(e->xmaprequest.window);
+       stack();
 }
 
 void