X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=wrap%2Fotk.i;h=06fed78ef8d625fec9c9a07d2faec31f5ee615fb;hb=4ffa9585a5c6a1c3572a9b1d3a914ed5fbde855d;hp=2d87fb82607dc7025cc811af3c19ea16e5374a73;hpb=5adb8c82d19a4a7fbd740e24acf2260ed7ab519c;p=chaz%2Fopenbox diff --git a/wrap/otk.i b/wrap/otk.i index 2d87fb82..06fed78e 100644 --- a/wrap/otk.i +++ b/wrap/otk.i @@ -7,6 +7,7 @@ %} %include "stl.i" +%include "typemaps.i" //%include std_list.i %include "ustring.i" @@ -63,10 +64,12 @@ namespace otk { %include "button.hh" %include "display.hh" %include "rendercontrol.hh" -%include "property.hh" %include "screeninfo.hh" %include "strut.hh" +%apply unsigned long *OUTPUT { unsigned long *value }; +%include "property.hh" + // for Window etc %import "X11/X.h"