summaryrefslogtreecommitdiff
path: root/obt/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'obt/display.h')
-rw-r--r--obt/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/obt/display.h b/obt/display.h
index 5626f268..8c074b5b 100644
--- a/obt/display.h
+++ b/obt/display.h
@@ -61,6 +61,8 @@ void obt_display_close();
void obt_display_ignore_errors(gboolean ignore);
+#define obt_root(screen) (RootWindow(obt_display, screen))
+
G_END_DECLS
#endif /*__obt_display_h*/