aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLas <las@protonmail.ch>2018-08-08 13:43:44 +0200
committerLas <las@protonmail.ch>2018-09-18 10:14:33 +0200
commit59dd1dddbabb93569d06fb5612cb8178a9a50c1e (patch)
tree17630a1ce41c34f89f11f0c2d91ca3c9cc5addd0 /include
parentd446c53fe1794625b9f0c0df9eee00e198401ff8 (diff)
Update pointer focus when cycling focus
Diffstat (limited to 'include')
-rw-r--r--include/rootston/cursor.h2
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