From: Marco Peereboom Date: Thu, 15 Jan 2009 03:50:26 +0000 (+0000) Subject: Yay fix old x apps that send events in different order. This fixes like X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=0dc00b1a83242e8b195d023475d8f140bff9d559;p=spectrwm.git Yay fix old x apps that send events in different order. This fixes like xclock & xcalc etc. --- diff --git a/scrotwm.c b/scrotwm.c index 20c9e0e..970c6e8 100644 --- 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