summaryrefslogtreecommitdiff
path: root/src/openbox.i
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-10 06:40:31 +0000
committerDana Jansens <danakj@orodu.net>2003-01-10 06:40:31 +0000
commit678bb52123bde0b71037393827c03f6b17904a60 (patch)
tree718816bb0db646d968f5ac51071dd43a76557ab7 /src/openbox.i
parenta6f1d6b82fbc582aa37e11d1733f36db2bdd21d8 (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 '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"