1
0
Fork 0

handle fullscreen state here.

2002-09-18  Havoc Pennington  <hp@redhat.com>

	* src/window.c (update_net_wm_state): handle fullscreen state
	here.
This commit is contained in:
Havoc Pennington 2002-09-18 20:19:45 +00:00 committed by Havoc Pennington
parent 8232b8ba6d
commit d2cd398594
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-09-18 Havoc Pennington <hp@redhat.com>
* src/window.c (update_net_wm_state): handle fullscreen state
here.
2002-09-15 Havoc Pennington <hp@pobox.com>
* src/session.c (save_state): escape the window title before

View file

@ -4385,6 +4385,8 @@ update_net_wm_state (MetaWindow *window)
window->wm_state_skip_taskbar = TRUE;
else if (atoms[i] == window->display->atom_net_wm_state_skip_pager)
window->wm_state_skip_pager = TRUE;
else if (atoms[i] == window->display->atom_net_wm_state_fullscreen)
window->fullscreen = TRUE;
++i;
}