X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fgccache.cc;h=e7f58756d5bc51ebc1bf992d14f94641b1d9fd3c;hb=2b2f81b93c89c2a2d6abc3b12dee66b8e2a0452d;hp=44aca791078f906137d73a182d3273af7bcdccda;hpb=37e56007680a6664967e0e71ac52981654def6a6;p=chaz%2Fopenbox diff --git a/otk/gccache.cc b/otk/gccache.cc index 44aca791..e7f58756 100644 --- a/otk/gccache.cc +++ b/otk/gccache.cc @@ -8,6 +8,8 @@ extern "C" { #include } +#include + #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;