use NONE cursor when not specifying one
This commit is contained in:
parent
5c57e043e1
commit
15450dc799
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue