aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston/input.h')
-rw-r--r--include/rootston/input.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rootston/input.h b/include/rootston/input.h
index 0ace6cd1..aeab9c0d 100644
--- a/include/rootston/input.h
+++ b/include/rootston/input.h
@@ -106,5 +106,9 @@ void cursor_load_config(struct roots_config *config,
struct wlr_cursor *cursor,
struct roots_input *input,
struct roots_desktop *desktop);
+const struct roots_input_event *get_input_event(struct roots_input *input,
+ uint32_t serial);
+void view_begin_move(struct roots_input *input, struct wlr_cursor *cursor,
+ struct roots_view *view);
#endif