diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-20 15:33:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-20 15:33:58 +0000 |
| commit | 06de24ec6666578759eff2b348e50f5e8e20f3bd (patch) | |
| tree | 96dca3fb0fe9efa083d0030f712b1235dfbd4cef /otk/image.hh | |
| parent | 723739dafe91a156fef527f3b53a483195695cf1 (diff) | |
more api cleanups
Diffstat (limited to 'otk/image.hh')
| -rw-r--r-- | otk/image.hh | 2 |
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; } |
