all repos — openbox @ 63646b38c40365d09194782c4bac9782963cd61f

openbox fork - make it a bit more like ryudo

make some of otk::property work
Dana Jansens danakj@orodu.net
commit

63646b38c40365d09194782c4bac9782963cd61f

parent

1e46a39dc305fe92b0c0eca1e60e76fded3e5214

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M wrap/otk.iwrap/otk.i

@@ -7,6 +7,7 @@ #include "otk.hh"

%} %include "stl.i" +%include "typemaps.i" //%include std_list.i %include "ustring.i"

@@ -63,9 +64,12 @@ %include "assassin.hh"

%include "button.hh" %include "display.hh" %include "rendercontrol.hh" -%include "property.hh" %include "screeninfo.hh" %include "strut.hh" + +%apply unsigned long *INOUT { unsigned long *nelements }; +%apply unsigned long *OUTPUT { unsigned long *value }; +%include "property.hh" // for Window etc %import "X11/X.h"