all repos — openbox @ d3baca52284263872a32193c655ed15a5d52e4ec

openbox fork - make it a bit more like ryudo

move the font up in the file so its generated before renderstyle
Dana Jansens danakj@orodu.net
commit

d3baca52284263872a32193c655ed15a5d52e4ec

parent

2a195d71e20689fd90544543a6b049fae615a55f

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

jump to
M otk/otk.iotk/otk.i

@@ -63,6 +63,7 @@ %include "point.hh"

%include "rect.hh" %include "rendercolor.hh" %include "rendertexture.hh" +%include "font.hh" %include "renderstyle.hh" %include "widget.hh" %include "label.hh"

@@ -74,7 +75,6 @@ %include "assassin.hh"

%include "button.hh" //%include "configuration.hh" %include "display.hh" -%include "font.hh" %include "rendercontrol.hh" %include "property.hh" %include "screeninfo.hh"