From 15450dc799a581bcefb9a6ad51b575cf46b647c5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 3 Sep 2003 20:37:10 +0000 Subject: [PATCH 1/1] use NONE cursor when not specifying one --- openbox/moveresize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/moveresize.c b/openbox/moveresize.c index 722146aa..8928a995 100644 --- a/openbox/moveresize.c +++ b/openbox/moveresize.c @@ -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); -- 2.45.2