]> Dogcows Code - chaz/openbox/blobdiff - otk/gccache.cc
add the swig generated files
[chaz/openbox] / otk / gccache.cc
index 44aca791078f906137d73a182d3273af7bcdccda..e7f58756d5bc51ebc1bf992d14f94641b1d9fd3c 100644 (file)
@@ -8,6 +8,8 @@ extern "C" {
 #include <stdio.h>
 }
 
+#include <algorithm>
+
 #include "gccache.hh"
 #include "color.hh"
 #include "assassin.hh"
@@ -84,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;
 
This page took 0.023882 seconds and 4 git commands to generate.