diff options
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/openbox.i b/src/openbox.i index 59dbecdd..ef86b9bc 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 <iterator> @@ -107,10 +109,7 @@ void python_callback(PyObject *func, KeyData *data) } }; -%ignore otk::Display::display; -%inline %{ - Display *Display_display() { return otk::Display::display; } -%}; +%ignore otk::display; %include "../otk/ustring.i" |
