Revert "wayland: remove outdated comment"

This reverts commit d75cfef49c.
This commit is contained in:
Alexander Preisinger 2013-09-24 18:53:19 +02:00
parent 280c8351ac
commit 38ef925ab7
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,8 @@ static void pointer_handle_enter(void *data,
wl->cursor.serial = serial;
wl->cursor.pointer = pointer;
/* Release the left button on pointer enter again
* because after moving the shell surface no release event is sent */
show_cursor(wl);
}