X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fgccache.cc;h=e7f58756d5bc51ebc1bf992d14f94641b1d9fd3c;hb=5a139f7263e33b499836f5df9ac37400e02c32f9;hp=d741c711663c4253ceadd760760051227bb1679d;hpb=fa8cefef63feb1d559c40db3cf9407e5bd1ac4df;p=chaz%2Fopenbox diff --git a/otk/gccache.cc b/otk/gccache.cc index d741c711..e7f58756 100644 --- a/otk/gccache.cc +++ b/otk/gccache.cc @@ -8,9 +8,11 @@ extern "C" { #include } +#include + #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;