window.c: Move misplaced break to where it belongs
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 6 Nov 2012 01:20:53 +0000 (20:20 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 6 Nov 2012 01:24:32 +0000 (20:24 -0500)
commit0f7a285fe187aea405dc5e6f6268a79bdf9d1627
treeb0e679f4fd9e3a68c9ca614115b5222c971c5d58
parentde37d67ac5a3d62f818d54ec6ddba30543121b8b
window.c: Move misplaced break to where it belongs

The break statement wasn't copy and pasted along with the rest of the code
causing menu item before it ("Move to workspace below") to fall through to
the fullscreen case.
clients/window.c