From cdcc526a0274cace9f542960fe4eee4ddcc23d31 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 09:04:57 +0000 Subject: use the new non-static display --- src/openbox.i | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/openbox.i') 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 @@ -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" -- cgit v1.2.3