diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-21 00:46:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-21 00:46:25 +0000 |
| commit | 79ce13073b82b5144b114fc388d0be53835957a8 (patch) | |
| tree | d7324c48c2445bdf0fedb6743f50a88eef6e6bcd /otk_c/display.h | |
| parent | 8d3d9ae75c3b023288af18492713b00ca8244fe1 (diff) | |
color and gccache etc are like, half done
Diffstat (limited to 'otk_c/display.h')
| -rw-r--r-- | otk_c/display.h | 3 |
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 |
