diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 07:26:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 07:26:32 +0000 |
| commit | 9a64438a5a53624e5f5c7c3dbb5123e246693e5e (patch) | |
| tree | 82c2559946ff9fe3cef8686623d9d43c1a0bb7dc /otk/display.hh | |
| parent | bf3a40ad66d20b85c21233fce909c22f8dcf0bf8 (diff) | |
set the root window, to a color for now
Diffstat (limited to 'otk/display.hh')
| -rw-r--r-- | otk/display.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/otk/display.hh b/otk/display.hh index ccce6ae1..28d33675 100644 --- a/otk/display.hh +++ b/otk/display.hh @@ -94,13 +94,13 @@ public: @param snum The screen number of the screen to retrieve info on @return Info on the requested screen, in a ScreenInfo class */ - const ScreenInfo* screenInfo(int snum); + const ScreenInfo* screenInfo(int snum) const; //! Find a ScreenInfo based on a root window - const ScreenInfo* findScreen(Window root); + const ScreenInfo* findScreen(Window root) const; //! Gets the RenderControl for a screen - const RenderControl *renderControl(int snum); + const RenderControl *renderControl(int snum) const; //! Returns if the display has the xkb extension available inline bool xkb() const { return _xkb; } |
