commit | 7cc3d846f42da60bb9a5232e0afc5afea435e7f5 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Feb 19 21:19:04 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Feb 19 21:19:04 2013 -0500 |
tree | c155dfac956796d2aa1d15833b71f1e737c27077 | |
parent | 97a56145636316fdb431b91ec64adff217287cd9 [diff] |
compositor-x11: Only try to fullscreen if WM has _NET_WM_STATE_FULLSCREEN If the window manager doesn't support _NET_WM_STATE_FULLSCREEN, the fullscreen protocol won't work and we end up waiting indefintely for a confiure event that doesn't come. Only try to fullscreen if we have _NET_WM_STATE_FULLSCREEN, and only wait for map if we're fullscreen. https://bugs.freedesktop.org/show_bug.cgi?id=61133