commit | 762b166c35306f7b76887145a2a8b817c0f24623 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 21 20:18:37 2013 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Feb 21 20:18:37 2013 -0500 |
tree | 3da229efb37cdf0820d5631f7a75b8595f2814be | |
parent | cb4685bbd193d6872b8cbef398170d014f3d5623 [diff] |
xwm: Only call set_fullscreen if the window is mapped If we get a fullscreen client message before we map the window, we don't have a shell surface yet. Just dont call set_fullscreen yet, and rely on xserver_map_shell_surface() to fullscreen it when we map it.