mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
parent
a613a55658
commit
493f619adc
@ -1185,6 +1185,7 @@ meta_window_actor_should_unredirect (MetaWindowActor *self)
|
|||||||
int screen_width, screen_height, i;
|
int screen_width, screen_height, i;
|
||||||
|
|
||||||
meta_screen_get_size (screen, &screen_width, &screen_height);
|
meta_screen_get_size (screen, &screen_width, &screen_height);
|
||||||
|
meta_window_get_outer_rect (priv->window, &window_rect);
|
||||||
|
|
||||||
if (window_rect.x == 0 && window_rect.y == 0 &&
|
if (window_rect.x == 0 && window_rect.y == 0 &&
|
||||||
window_rect.width == screen_width && window_rect.height == screen_height)
|
window_rect.width == screen_width && window_rect.height == screen_height)
|
||||||
|
Loading…
Reference in New Issue
Block a user