From 9a64438a5a53624e5f5c7c3dbb5123e246693e5e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 23 Jan 2003 07:26:32 +0000 Subject: set the root window, to a color for now --- otk/display.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'otk/display.hh') 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; } -- cgit v1.2.3