add OBDisplay_display()
This commit is contained in:
parent
69f38b9f55
commit
558b55b0c3
1 changed files with 5 additions and 0 deletions
|
@ -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/display.hh"
|
||||||
%include "../otk/point.hh"
|
%include "../otk/point.hh"
|
||||||
%include "../otk/property.hh"
|
%include "../otk/property.hh"
|
||||||
|
|
Loading…
Reference in a new issue