X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fotk.hh;h=9ddf34e9cc85472725df8146a3b54a92ed369f05;hb=8269fc2b3965d12ba308caa554bfa7ee037fba13;hp=9be1ec36d131d62255cbe84e23fa45dc1340c31f;hpb=0bc098ca56eb5109764b60ae8ed65ee2a22cf89f;p=chaz%2Fopenbox diff --git a/otk/otk.hh b/otk/otk.hh index 9be1ec36..9ddf34e9 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -7,8 +7,6 @@ #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,9 @@ #include "rendercolor.hh" #include "display.hh" #include "font.hh" -//#include "gccache.hh" +#include "messagedialog.hh" #include "rendercontrol.hh" +#include "size.hh" #include "point.hh" #include "property.hh" #include "rect.hh" @@ -32,4 +31,9 @@ #include "ustring.hh" #include "widget.hh" +namespace otk { +void initialize(); +void destroy(); +} + #endif // __otk_hh