use NONE cursor when not specifying one

This commit is contained in:
Dana Jansens 2003-09-03 20:37:10 +00:00
parent 5c57e043e1
commit 15450dc799

View 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);