summaryrefslogtreecommitdiff
path: root/otk/image.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/image.hh')
-rw-r--r--otk/image.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/image.hh b/otk/image.hh
index ed99e124..5407e522 100644
--- a/otk/image.hh
+++ b/otk/image.hh
@@ -88,7 +88,7 @@ public:
inline Window getDrawable(void) const { return window; }
- inline Visual *getVisual(void) { return screeninfo->getVisual(); }
+ inline Visual *getVisual(void) { return screeninfo->visual(); }
inline int getBitsPerPixel(void) const { return bits_per_pixel; }
inline int getDepth(void) const { return screen_depth; }