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 /src/openbox.i | |
| 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 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 4 |
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" |
