diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 10:08:44 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 10:08:44 +0000 |
| commit | 63a74632ac39d445cb15cda510c8267da9ff6bbb (patch) | |
| tree | 327c65e096f5b34cce058e3d0af9da0c7531fff3 /src/openbox.i | |
| parent | 3d012bcb47eda9210fa49df28efa8b59c2949c05 (diff) | |
add the global display variable
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" |
