diff --git a/src/x11/window-x11.c b/src/x11/window-x11.c index 0c528c17a..4e5ab9340 100644 --- a/src/x11/window-x11.c +++ b/src/x11/window-x11.c @@ -3601,7 +3601,11 @@ is_our_xwindow (MetaX11Display *x11_display, } /* Any windows created via meta_create_offscreen_window */ - if (attrs->override_redirect && attrs->x == -100 && attrs->y == -100 && attrs->width == 1 && attrs->height == 1) + if (attrs->override_redirect && + attrs->x == -100 && + attrs->y == -100 && + attrs->width == 1 && + attrs->height == 1) return TRUE; return FALSE;