]> Dogcows Code - chaz/openbox/blobdiff - src/Image.h
make a new autoRaiseDelay value take effect without having to restart
[chaz/openbox] / src / Image.h
index 5a542c1691f5fe4570bb48bedc19514664820ee1..e342128b00878d033b8e551cf85728e47637493b 100644 (file)
@@ -208,7 +208,7 @@ public:
 
   inline const Window &getDrawable(void) const { return window; }
 
-  inline Visual *getVisual(void) { return screeninfo.getVisual(); }
+  inline Visual *getVisual(void) const { return screeninfo.getVisual(); }
 
   inline const int &getBitsPerPixel(void) const { return bits_per_pixel; }
   inline const int &getDepth(void) const { return screen_depth; }
This page took 0.023542 seconds and 4 git commands to generate.