From ebc2e7221b11be177d8493257756cb2a3b435a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 7 Jun 2014 11:48:55 +0200 Subject: [PATCH] window-x11: Fix silly regression First we figure out the window type, then we ignore it - ouch. --- src/x11/window-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c index 703422432..3a9735d55 100644 --- a/src/x11/window-x11.c +++ b/src/x11/window-x11.c @@ -3182,7 +3182,7 @@ meta_window_x11_recalc_window_type (MetaWindow *window) */ if (window->override_redirect) { - switch (window->type) + switch (type) { /* Decorated types */ case META_WINDOW_NORMAL: