don't automatically fullscreen things opened fullscreen, because there's
2002-06-03 Havoc Pennington <hp@pobox.com> * src/window.c (meta_window_new): don't automatically fullscreen things opened fullscreen, because there's no GUI to un-fullscreen them.
This commit is contained in:
parent
fb448b2f31
commit
966c399154
@ -1,3 +1,9 @@
|
|||||||
|
2002-06-03 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
|
* src/window.c (meta_window_new): don't automatically fullscreen
|
||||||
|
things opened fullscreen, because there's no GUI to un-fullscreen
|
||||||
|
them.
|
||||||
|
|
||||||
2002-06-03 Havoc Pennington <hp@pobox.com>
|
2002-06-03 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/theme-parser.c (parse_aspect_ratio): fix error message about
|
* src/theme-parser.c (parse_aspect_ratio): fix error message about
|
||||||
|
@ -443,11 +443,6 @@ meta_window_new (MetaDisplay *display, Window xwindow,
|
|||||||
update_struts (window);
|
update_struts (window);
|
||||||
|
|
||||||
update_net_wm_state (window);
|
update_net_wm_state (window);
|
||||||
|
|
||||||
if (attrs.x == 0 && attrs.y == 0 &&
|
|
||||||
attrs.width == window->screen->width &&
|
|
||||||
attrs.height == window->screen->height)
|
|
||||||
window->fullscreen = TRUE;
|
|
||||||
|
|
||||||
update_mwm_hints (window);
|
update_mwm_hints (window);
|
||||||
update_wm_class (window);
|
update_wm_class (window);
|
||||||
|
Loading…
Reference in New Issue
Block a user