Update pointer focus when cycling focus

This commit is contained in:
Las 2018-08-08 13:43:44 +02:00
parent d446c53fe1
commit 59dd1dddba
3 changed files with 15 additions and 3 deletions

View file

@ -84,4 +84,6 @@ void roots_cursor_handle_request_set_cursor(struct roots_cursor *cursor,
void roots_cursor_update_position(struct roots_cursor *cursor,
uint32_t time);
void roots_cursor_update_focus(struct roots_cursor *cursor);
#endif