summaryrefslogtreecommitdiff
path: root/otk/gccache.cc
diff options
context:
space:
mode:
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;