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, 2 insertions, 2 deletions
diff --git a/src/openbox.i b/src/openbox.i
index 7edc7942..23b50c3c 100644
--- a/src/openbox.i
+++ b/src/openbox.i
@@ -13,7 +13,7 @@
#include "bindings.hh"
#include "actions.hh"
#include "python.hh"
-#include "otk/display.hh"
+#include "otk/otk.hh"
%}
%include "stl.i"
@@ -107,7 +107,7 @@ void python_callback(PyObject *func, KeyData *data)
}
};
-%include "../otk/otk.i"
+%import "../otk/otk.i"
%import "widgetbase.hh"
%import "actions.hh"