X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fotk.hh;h=74187f05499bb32dc148e5cf40ff9f89835c2c08;hb=d2dcef46752df01312cbb3c5a89b3227c6959087;hp=7c41caf400cd6414fb26ae343e5ff784eb89ff1c;hpb=d73d4247e7b98df679ca81b349da26dd1e2fabc1;p=chaz%2Fopenbox diff --git a/otk/otk.hh b/otk/otk.hh index 7c41caf4..74187f05 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -2,13 +2,11 @@ #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" @@ -17,8 +15,8 @@ #include "rendercolor.hh" #include "display.hh" #include "font.hh" -//#include "gccache.hh" #include "rendercontrol.hh" +#include "size.hh" #include "point.hh" #include "property.hh" #include "rect.hh" @@ -32,4 +30,9 @@ #include "ustring.hh" #include "widget.hh" +namespace otk { +void initialize(); +void destroy(); +} + #endif // __otk_hh