diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:40:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 06:40:31 +0000 |
| commit | 678bb52123bde0b71037393827c03f6b17904a60 (patch) | |
| tree | 718816bb0db646d968f5ac51071dd43a76557ab7 /otk | |
| parent | a6f1d6b82fbc582aa37e11d1733f36db2bdd21d8 (diff) | |
stop including otk in the openbox module. makes the wm hooger for no good cause. simply import all the otk shit. add otk.hh
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/otk.i | 29 | ||||
| -rw-r--r-- | otk/otk_wrap.cc | 28 |
2 files changed, 3 insertions, 54 deletions
@@ -7,33 +7,7 @@ # include "../config.h" #endif -#include "application.hh" -#include "appwidget.hh" -#include "assassin.hh" -#include "button.hh" -#include "color.hh" -#include "configuration.hh" -#include "display.hh" -#include "eventdispatcher.hh" -#include "eventhandler.hh" -#include "focuslabel.hh" -#include "focuswidget.hh" -#include "font.hh" -#include "gccache.hh" -#include "image.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 "timer.hh" -#include "timerqueue.hh" -#include "timerqueuemanager.hh" -#include "util.hh" -#include "widget.hh" +#include "otk.hh" %} %include "stl.i" @@ -104,6 +78,7 @@ namespace otk { %include "timerqueue.hh" %include "timerqueuemanager.hh" %include "util.hh" +%include "widget.hh" // for Mod1Mask etc %include "X11/X.h" diff --git a/otk/otk_wrap.cc b/otk/otk_wrap.cc index 5d44b3ef..4788f234 100644 --- a/otk/otk_wrap.cc +++ b/otk/otk_wrap.cc @@ -741,33 +741,7 @@ static swig_type_info *swig_types[81]; # include "../config.h" #endif -#include "application.hh" -#include "appwidget.hh" -#include "assassin.hh" -#include "button.hh" -#include "color.hh" -#include "configuration.hh" -#include "display.hh" -#include "eventdispatcher.hh" -#include "eventhandler.hh" -#include "focuslabel.hh" -#include "focuswidget.hh" -#include "font.hh" -#include "gccache.hh" -#include "image.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 "timer.hh" -#include "timerqueue.hh" -#include "timerqueuemanager.hh" -#include "util.hh" -#include "widget.hh" +#include "otk.hh" #define SWIG_MemoryError 1 |
