X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.i;h=657e31b741e2640a4e6c70a74ee67b5b626f73dd;hb=b683a4e0efe470ab38b75a767b4ea2abf004626a;hp=59dbecdd20bc32396eb381e5a9597fbbe17e6903;hpb=9e77a88d269bfafb78e56a646bfacebdd6ff4c5a;p=chaz%2Fopenbox diff --git a/src/openbox.i b/src/openbox.i index 59dbecdd..657e31b7 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -90,6 +90,8 @@ void python_callback(PyObject *func, KeyData *data) } %} +#ignore ob::openbox; + %ignore ob::Screen::clients; %{ #include @@ -107,9 +109,9 @@ void python_callback(PyObject *func, KeyData *data) } }; -%ignore otk::Display::display; +%ignore otk::display; %inline %{ - Display *Display_display() { return otk::Display::display; } + otk::Display *Display_instance() { return otk::display; } %}; %include "../otk/ustring.i"