X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Fdisplay.hh;h=28d33675a8db36e6d06066f158d4f17d0e133271;hb=707f70682abe0dfaadbf76843a0dccb33f0eaeda;hp=ccce6ae1bfbc9f19b3c721fbc75e49c5692eb48c;hpb=d953cfe73c09ebeb9f9976784bf3d9fa5a5622f9;p=chaz%2Fopenbox 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; }