summaryrefslogtreecommitdiff
path: root/src/openbox.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.i')
-rw-r--r--src/openbox.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openbox.i b/src/openbox.i
index 7ab588e1..b3d1a9ed 100644
--- a/src/openbox.i
+++ b/src/openbox.i
@@ -110,6 +110,7 @@ void python_callback(PyObject *func, KeyData *data)
}
};
+/*
%include "../otk/ustring.i"
%ignore otk::display;
@@ -133,6 +134,9 @@ void python_callback(PyObject *func, KeyData *data)
%include "../otk/eventdispatcher.hh"
%import "../otk/widget.hh"
+*/
+%import "../otk/otk.i"
+
%import "widgetbase.hh"
%import "actions.hh"