X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=wrap%2Fotk.i;h=4ff835a6a771c5de396301fd7b864a9e77a837ca;hb=361303715b6eb54d77ed8e1c9ad8f35e44e4ede1;hp=2d87fb82607dc7025cc811af3c19ea16e5374a73;hpb=5adb8c82d19a4a7fbd740e24acf2260ed7ab519c;p=chaz%2Fopenbox diff --git a/wrap/otk.i b/wrap/otk.i index 2d87fb82..4ff835a6 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" @@ -59,14 +60,15 @@ namespace otk { %include "label.hh" %include "appwidget.hh" %include "application.hh" -%include "assassin.hh" %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"