From 79ce13073b82b5144b114fc388d0be53835957a8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 21 Dec 2002 00:46:25 +0000 Subject: color and gccache etc are like, half done --- otk_c/display.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'otk_c/display.h') 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 -- cgit v1.2.3