diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 09:04:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 09:04:57 +0000 |
| commit | cdcc526a0274cace9f542960fe4eee4ddcc23d31 (patch) | |
| tree | 19e49487f23f79ef80690a2ecb8d9aef73f230be /src/openbox.i | |
| parent | c34f2a5241fba850f3e48a08ebeff3190c6dc9d5 (diff) | |
use the new non-static display
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" |
