diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-03 20:37:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-03 20:37:10 +0000 |
| commit | 15450dc799a581bcefb9a6ad51b575cf46b647c5 (patch) | |
| tree | 1be7cb9172f10a5730337bc0b433b8a2600fee9c /openbox/moveresize.c | |
| parent | 5c57e043e1564be0f7f4900214a3a748e84379d7 (diff) | |
use NONE cursor when not specifying one
Diffstat (limited to 'openbox/moveresize.c')
| -rw-r--r-- | openbox/moveresize.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
