summaryrefslogtreecommitdiff
path: root/openbox/moveresize.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/moveresize.c')
-rw-r--r--openbox/moveresize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c
index 7af3fa3e..77311804 100644
--- a/openbox/moveresize.c
+++ b/openbox/moveresize.c
@@ -117,8 +117,8 @@ void moveresize_start(Client *c, int x, int y, guint b, guint32 cnr)
else
g_assert_not_reached();
- grab_keyboard(TRUE);
grab_pointer(TRUE, cur);
+ grab_keyboard(TRUE);
}
static void end_moveresize(gboolean cancel)