summaryrefslogtreecommitdiff
path: root/src/kernel/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/window.h')
-rw-r--r--src/kernel/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/window.h b/src/kernel/window.h
index a1f9716..a1d6be3 100644
--- a/src/kernel/window.h
+++ b/src/kernel/window.h
@@ -36,4 +36,6 @@ void show_shutdown();
void move_mouse_by(int16_t y, int16_t x);
void mouse_button(enum mouse_button which, bool up);
+void window_wants_mouse_movements(struct window *w);
+
#endif