X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.i;h=23b50c3c640a9d7cc96f6fc8b62b8061088f7907;hb=678bb52123bde0b71037393827c03f6b17904a60;hp=7edc794232fb7c9ccbec685cf8daaf12bf529e00;hpb=c8e246f8de5af9963b22cc104d22ca10772028dd;p=chaz%2Fopenbox 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"