1
0
Fork 0

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:
Havoc Pennington 2002-06-04 03:56:16 +00:00 committed by Havoc Pennington
parent fb448b2f31
commit 966c399154
2 changed files with 6 additions and 5 deletions

View file

@ -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>
* src/theme-parser.c (parse_aspect_ratio): fix error message about

View file

@ -443,11 +443,6 @@ meta_window_new (MetaDisplay *display, Window xwindow,
update_struts (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_wm_class (window);