diff --git a/src/core/window.c b/src/core/window.c index c65d7dfeb..2593f2769 100644 --- a/src/core/window.c +++ b/src/core/window.c @@ -9005,7 +9005,7 @@ meta_window_titlebar_is_onscreen (MetaWindow *window) /* Titlebar can't be offscreen if there is no titlebar... */ if (!window->frame) - return FALSE; + return TRUE; /* Get the rectangle corresponding to the titlebar */ meta_window_get_frame_rect (window, &titlebar_rect);