diff options
Diffstat (limited to 'otk/otk.i')
| -rw-r--r-- | otk/otk.i | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -36,9 +36,14 @@ #include "widget.hh" %} -%include stl.i +%include "stl.i" //%include std_list.i +%ignore otk::OBDisplay::display; +%inline %{ + Display *OBDisplay_display() { return otk::OBDisplay::display; } +%}; + namespace otk { %rename(setValue_bool) Configuration::setValue(std::string const &,bool); %rename(setValue_unsigned) Configuration::setValue(const std::string &, unsigned int); @@ -99,3 +104,6 @@ namespace otk { %include "timerqueue.hh" %include "timerqueuemanager.hh" %include "util.hh" + +// for Mod1Mask etc +%include "X11/X.h" |
