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:31:42 +0000 (16:31 -0500)
commite994eddafc18e2bc928f57b25c23e53cb59e96af
treedd02c71962e6fae0bc411d40e0bbe4d1e6decaba
parent9f3dd1518347ef1e37300fe2c4b9bf4668ec5a06
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