diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 05:54:40 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 05:54:40 +0000 |
| commit | ef02a0c8ae65f169157c90064a335303e964a4c1 (patch) | |
| tree | f1a1bf6cfe05ee11545bfa811f5a2582e1906dce /src/openbox.i | |
| parent | 5a90d2b671f01f29043ab82f909440de0abfa362 (diff) | |
almost done the ustring conversion
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openbox.i b/src/openbox.i index edc29ae8..6f768502 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -112,6 +112,8 @@ void python_callback(PyObject *func, KeyData *data) Display *Display_display() { return otk::Display::display; } %}; +%include "../otk/ustring.i" + %include "../otk/display.hh" %include "../otk/point.hh" %include "../otk/property.hh" |
