]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
use NONE cursor when not specifying one
[chaz/openbox] / openbox / moveresize.c
index 722146aa9883420b8fbad0fab88baa465e6e59f2..8928a995d75d7bb55935e2e71e33dca204f3073e 100644 (file)
@@ -139,7 +139,7 @@ void moveresize_start(ObClient *c, int x, int y, guint b, guint32 cnr)
 void moveresize_end(gboolean cancel)
 {
     grab_keyboard(FALSE);
-    grab_pointer(FALSE, None);
+    grab_pointer(FALSE, OB_CURSOR_NONE);
 
     popup_hide(popup);
 
This page took 0.021433 seconds and 4 git commands to generate.