summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/screen.h')
-rw-r--r--openbox/screen.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/screen.h b/openbox/screen.h
index ee966bb7..782c7311 100644
--- a/openbox/screen.h
+++ b/openbox/screen.h
@@ -75,6 +75,10 @@ Rect *screen_area(guint desktop);
Rect *screen_area_monitor(guint desktop, guint head);
+/*! Sets the root cursor. This function decides which cursor to use, but you
+ gotta call it to let it know it should change. */
+void screen_set_root_cursor();
+
gboolean screen_pointer_pos(int *x, int *y);
#endif