]> Dogcows Code - chaz/openbox/commitdiff
use NONE cursor when not specifying one
authorDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 20:37:10 +0000 (20:37 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 3 Sep 2003 20:37:10 +0000 (20:37 +0000)
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.025137 seconds and 4 git commands to generate.