mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
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:
parent
8232b8ba6d
commit
d2cd398594
@ -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>
|
2002-09-15 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/session.c (save_state): escape the window title before
|
* src/session.c (save_state): escape the window title before
|
||||||
|
@ -4385,6 +4385,8 @@ update_net_wm_state (MetaWindow *window)
|
|||||||
window->wm_state_skip_taskbar = TRUE;
|
window->wm_state_skip_taskbar = TRUE;
|
||||||
else if (atoms[i] == window->display->atom_net_wm_state_skip_pager)
|
else if (atoms[i] == window->display->atom_net_wm_state_skip_pager)
|
||||||
window->wm_state_skip_pager = TRUE;
|
window->wm_state_skip_pager = TRUE;
|
||||||
|
else if (atoms[i] == window->display->atom_net_wm_state_fullscreen)
|
||||||
|
window->fullscreen = TRUE;
|
||||||
|
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user