westoy: Remove MAXIMIZED and FULLSCREEN as separate window types
authorJasper St. Pierre <jstpierre@mecheye.net>
Tue, 12 Nov 2013 00:16:11 +0000 (19:16 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Sat, 1 Feb 2014 09:43:10 +0000 (01:43 -0800)
commitc0f17aba5e007821bf08e58b5033e7e545f6ab10
treeb6d40c44d264732ab7f5a4a45775c147b4490a31
parent76ec0826bc390010b347da28985e68f5252f2f95
westoy: Remove MAXIMIZED and FULLSCREEN as separate window types

xdg_shell changes this around so that they are flags on the remote
object itself, not separate surface types. Move to a system where
we calculate the state from the flags ourselves and set the appropriate
wl_shell_surface type.

When we port to xdg_shell, we'll drop these flags and simply sync
on the client.
clients/window.c