From 678bb52123bde0b71037393827c03f6b17904a60 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 10 Jan 2003 06:40:31 +0000 Subject: stop including otk in the openbox module. makes the wm hooger for no good cause. simply import all the otk shit. add otk.hh --- src/openbox.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/openbox.i') 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" -- cgit v1.2.3