window.c: Don't ungrab input after displaying the menu
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 29 Oct 2013 05:06:11 +0000 (22:06 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 29 Oct 2013 05:06:11 +0000 (22:06 -0700)
commit8ae63851dd57ee448d3d8897dca74d094d3f0cad
treeef04fdff69871a256395b0561312c73f6ed1b2ea
parentb27901c5a7737ddc9272f8bf7d16902abf9184e6
window.c: Don't ungrab input after displaying the menu

We used to ungrab first to stop any existing grab and then grab after
showing the menu. That was broken in c680e904897dfb19331f8f296ab, which
moved the ungrab down below the grab, and as a result menus are now
shown without a grab.  This commit moves the grab back up.
clients/window.c