diff options
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/openbox.i b/src/openbox.i index ef86b9bc..657e31b7 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -110,6 +110,9 @@ void python_callback(PyObject *func, KeyData *data) }; %ignore otk::display; +%inline %{ + otk::Display *Display_instance() { return otk::display; } +%}; %include "../otk/ustring.i" |
