summaryrefslogtreecommitdiff
path: root/openbox/screen.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-09-03 20:32:21 +0000
committerDana Jansens <danakj@orodu.net>2003-09-03 20:32:21 +0000
commit7416313cad8d0dc51d5a5ea31b20296755f3049d (patch)
tree9fb9001d6a206bd4856647fe6f0372a85020958c /openbox/screen.h
parent18b92777aed037c2242928ec585452ef253667cb (diff)
remove all the startup notification code from screen.c
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