summaryrefslogtreecommitdiff
path: root/src/Image.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-05-14 22:15:01 +0000
committerDana Jansens <danakj@orodu.net>2002-05-14 22:15:01 +0000
commitf75083669f65aadd6b32f8ed25880ca362296a2f (patch)
treee8d89e13cad90e909a254589f25322aa6099ea83 /src/Image.h
parent527864614bbbadcfd5f454e7dd1781d343881e7d (diff)
new version of bsetroot ported from blackbox cvs
Diffstat (limited to 'src/Image.h')
-rw-r--r--src/Image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Image.h b/src/Image.h
index 5a542c16..e342128b 100644
--- a/src/Image.h
+++ b/src/Image.h
@@ -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; }