summaryrefslogtreecommitdiff
path: root/otk_c/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'otk_c/display.h')
-rw-r--r--otk_c/display.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/otk_c/display.h b/otk_c/display.h
index 87574b76..a59d8482 100644
--- a/otk_c/display.h
+++ b/otk_c/display.h
@@ -61,4 +61,7 @@ void OtkDisplay_Grab(OtkDisplay *self);
//! Ungrabs the display
void OtkDisplay_Ungrab(OtkDisplay *self);
+//! Get the screen info for a specific screen
+struct OtkScreenInfo *OtkDisplay_ScreenInfo(OtkDisplay *self, int num);
+
#endif // __display_h