diff options
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/openbox.i b/src/openbox.i index 7322426b..7edc7942 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -107,13 +107,10 @@ void python_callback(PyObject *func, KeyData *data) } }; -%import "../otk/eventdispatcher.hh" -%import "../otk/eventhandler.hh" -%import "widget.hh" -%import "actions.hh" +%include "../otk/otk.i" -%include "../otk/point.hh" -%include "../otk/rect.hh" +%import "widgetbase.hh" +%import "actions.hh" %include "openbox.hh" %include "screen.hh" |
