X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fotk.hh;h=7c41caf400cd6414fb26ae343e5ff784eb89ff1c;hb=dddac554808d7352a06733938cfddc19839b99d0;hp=b6e24a75f25d579a32d34eb2af35f647482cd6c0;hpb=8f8acc24933830d4f5784616b9b0c5896bde0b93;p=chaz%2Fopenbox diff --git a/otk/otk.hh b/otk/otk.hh index b6e24a75..7c41caf4 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" @@ -10,25 +12,24 @@ #include "appwidget.hh" #include "application.hh" #include "assassin.hh" +#include "label.hh" #include "button.hh" -#include "color.hh" -#include "configuration.hh" +#include "rendercolor.hh" #include "display.hh" #include "font.hh" -#include "gccache.hh" -#include "image.hh" -#include "label.hh" +//#include "gccache.hh" +#include "rendercontrol.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" #endif // __otk_hh