window.c: Don't allow moving a maximized window
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Feb 2013 21:31:42 +0000 (16:31 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Feb 2013 21:33:10 +0000 (16:33 -0500)
commit5f68322dd22de840fe7bdf29617cd1f9427f25ce
tree5fbbbc84bf8e13daf5ad775e64176529ef9495da
parentfd5654baae575bb9dab60641b3d547368ab1c267
window.c: Don't allow moving a maximized window

Ideally the shell would send an unmaximize event to the client when
we try to move a maximized window, but for now, let's just prevent
moving maximized windows.

https://bugs.freedesktop.org/show_bug.cgi?id=56296
clients/window.c