diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/rootston/cursor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h index 52c72a44..bcbc1c07 100644 --- a/include/rootston/cursor.h +++ b/include/rootston/cursor.h @@ -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 |