]> Dogcows Code - chaz/openbox/blobdiff - otk/gccache.cc
rm the xftlsfonts manpage
[chaz/openbox] / otk / gccache.cc
index d741c711663c4253ceadd760760051227bb1679d..e7f58756d5bc51ebc1bf992d14f94641b1d9fd3c 100644 (file)
@@ -8,9 +8,11 @@ extern "C" {
 #include <stdio.h>
 }
 
+#include <algorithm>
+
 #include "gccache.hh"
 #include "color.hh"
-#include "util.hh"
+#include "assassin.hh"
 #include "screeninfo.hh"
 
 namespace otk {
@@ -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.027042 seconds and 4 git commands to generate.