diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-10 08:52:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-10 08:52:43 +0000 |
| commit | 558b55b0c31a3cf6a7006aa78a22a4d7002d9804 (patch) | |
| tree | c507f6aa59af323dc28d6f1b2d0ead0efd63016f /src/openbox.i | |
| parent | 69f38b9f55dfd56d308e1667973f57431276fcc4 (diff) | |
add OBDisplay_display()
Diffstat (limited to 'src/openbox.i')
| -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" |
