summaryrefslogtreecommitdiff
path: root/otk/gccache.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-20 15:33:58 +0000
committerDana Jansens <danakj@orodu.net>2002-12-20 15:33:58 +0000
commit06de24ec6666578759eff2b348e50f5e8e20f3bd (patch)
tree96dca3fb0fe9efa083d0030f712b1235dfbd4cef /otk/gccache.cc
parent723739dafe91a156fef527f3b53a483195695cf1 (diff)
more api cleanups
Diffstat (limited to 'otk/gccache.cc')
-rw-r--r--otk/gccache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/gccache.cc b/otk/gccache.cc
index f971129e..e7f58756 100644
--- a/otk/gccache.cc
+++ b/otk/gccache.cc
@@ -86,7 +86,7 @@ BGCCache::~BGCCache(void) {
BGCCacheContext *BGCCache::nextContext(unsigned int scr) {
- Window hd = OBDisplay::screenInfo(scr)->getRootWindow();
+ Window hd = OBDisplay::screenInfo(scr)->rootWindow();
BGCCacheContext *c;