From 06de24ec6666578759eff2b348e50f5e8e20f3bd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 15:33:58 +0000 Subject: more api cleanups --- otk/image.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/image.hh') 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; } -- cgit v1.2.3