]> Dogcows Code - chaz/openbox/blobdiff - otk/display.hh
set the root window, to a color for now
[chaz/openbox] / otk / display.hh
index ccce6ae1bfbc9f19b3c721fbc75e49c5692eb48c..28d33675a8db36e6d06066f158d4f17d0e133271 100644 (file)
@@ -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; }
This page took 0.023024 seconds and 4 git commands to generate.