From ee305be5caee6eddf91967ecc3d26fac281805b0 Mon Sep 17 00:00:00 2001 From: Olli Leppanen Date: Tue, 7 Dec 2010 10:29:49 +0200 Subject: [PATCH] Changes:Removed XMapRaised call from pixelchanged to prevent windowstack failures. RevBy:Antti Kervinen --- tests/Common/TestApps/pixelchanged/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Common/TestApps/pixelchanged/main.c b/tests/Common/TestApps/pixelchanged/main.c index e6457b1..da22f34 100644 --- a/tests/Common/TestApps/pixelchanged/main.c +++ b/tests/Common/TestApps/pixelchanged/main.c @@ -148,7 +148,6 @@ static int client_msg(Display *disp, Window win, char *msg, /* {{{ */ void raise_window(Display *dpy, Window win) { client_msg(dpy, win, "_NET_ACTIVE_WINDOW", 0, 0, 0, 0, 0); - XMapRaised(dpy, win); XSync(dpy, False); }