]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
fix up support for moveresize. make keyboard grabs Async so that i can hit escape...
[chaz/openbox] / openbox / moveresize.c
index 7af3fa3e76b5bc5eba34972813fabadd542abdae..7731180470aaf48aac03c288397adfe384efc03e 100644 (file)
@@ -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)
This page took 0.024045 seconds and 4 git commands to generate.