diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-14 22:15:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-14 22:15:01 +0000 |
| commit | f75083669f65aadd6b32f8ed25880ca362296a2f (patch) | |
| tree | e8d89e13cad90e909a254589f25322aa6099ea83 /src/Image.h | |
| parent | 527864614bbbadcfd5f454e7dd1781d343881e7d (diff) | |
new version of bsetroot ported from blackbox cvs
Diffstat (limited to 'src/Image.h')
| -rw-r--r-- | src/Image.h | 2 |
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; } |
