Backported handling view unmap while grabbed from tinywl

This commit is contained in:
Keith Bowes 2022-11-09 23:09:45 -05:00
parent 18950eb844
commit 4f0f564e27
3 changed files with 9 additions and 1 deletions

View file

@ -30,5 +30,6 @@ struct wb_cursor {
struct wb_cursor *wb_cursor_create(struct wb_server *server);
void wb_cursor_destroy(struct wb_cursor *cursor);
void reset_cursor_mode(struct wb_server *server);
#endif /* cursor.h */