From: Dana Jansens Date: Wed, 3 Sep 2003 20:37:10 +0000 (+0000) Subject: use NONE cursor when not specifying one X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=15450dc799a581bcefb9a6ad51b575cf46b647c5;hp=5c57e043e1564be0f7f4900214a3a748e84379d7;p=chaz%2Fopenbox use NONE cursor when not specifying one --- 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);