diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/openbox.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/openbox.i b/src/openbox.i index dd1368a0..7422d0a1 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -107,6 +107,11 @@ void python_callback(PyObject *func, KeyData *data) } }; +%ignore otk::OBDisplay::display; +%inline %{ + Display *OBDisplay_display() { return otk::OBDisplay::display; } +%}; + %include "../otk/display.hh" %include "../otk/point.hh" %include "../otk/property.hh" |
