X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=otk%2Fotk.hh;h=ec6801303dc276728da163a18301703cfbfb07e2;hb=46441f7d60c008b11a170516734ae7a5932a738e;hp=b06afcbfc3175d00844461e7f029135367bb5b07;hpb=ef02a0c8ae65f169157c90064a335303e964a4c1;p=chaz%2Fopenbox diff --git a/otk/otk.hh b/otk/otk.hh index b06afcbf..ec680130 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -2,6 +2,8 @@ #ifndef __otk_hh #define __otk_hh +#include "../config.h" + #include "eventdispatcher.hh" #include "eventhandler.hh" #include "widget.hh" @@ -11,23 +13,22 @@ #include "application.hh" #include "assassin.hh" #include "button.hh" -#include "color.hh" +#include "rendercolor.hh" #include "configuration.hh" #include "display.hh" #include "font.hh" -#include "gccache.hh" -#include "image.hh" +//#include "gccache.hh" +#include "rendercontrol.hh" #include "label.hh" #include "point.hh" #include "property.hh" #include "rect.hh" #include "screeninfo.hh" #include "strut.hh" -#include "style.hh" -#include "texture.hh" +#include "renderstyle.hh" +#include "surface.hh" +#include "rendertexture.hh" #include "timer.hh" -#include "timerqueue.hh" -#include "timerqueuemanager.hh" #include "util.hh" #include "ustring.hh" #include "widget.hh"