X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fotk.hh;h=9ddf34e9cc85472725df8146a3b54a92ed369f05;hb=8269fc2b3965d12ba308caa554bfa7ee037fba13;hp=74fbac558b50db51b235cf598092e9168711a18b;hpb=2005c344bdb4b59611972bc37e194d2e14cdf911;p=chaz%2Fopenbox diff --git a/otk/otk.hh b/otk/otk.hh index 74fbac55..9ddf34e9 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -2,35 +2,38 @@ #ifndef __otk_hh #define __otk_hh -#include "../config.h" +#include "config.h" #include "eventdispatcher.hh" #include "eventhandler.hh" #include "widget.hh" -#include "focuswidget.hh" -#include "focuslabel.hh" #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 "messagedialog.hh" +#include "rendercontrol.hh" +#include "size.hh" #include "point.hh" #include "property.hh" #include "rect.hh" #include "screeninfo.hh" #include "strut.hh" -#include "style.hh" +#include "renderstyle.hh" #include "surface.hh" -#include "texture.hh" +#include "rendertexture.hh" #include "timer.hh" #include "util.hh" #include "ustring.hh" #include "widget.hh" +namespace otk { +void initialize(); +void destroy(); +} + #endif // __otk_hh