From: Dana Jansens Date: Tue, 28 Jan 2003 04:53:01 +0000 (+0000) Subject: move the font up in the file so its generated before renderstyle X-Git-Tag: openbox-2_3_0~178 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d3baca52284263872a32193c655ed15a5d52e4ec;p=dana%2Fopenbox.git move the font up in the file so its generated before renderstyle --- diff --git a/otk/otk.i b/otk/otk.i index 8b01f87e..39a79d95 100644 --- a/otk/otk.i +++ b/otk/otk.i @@ -63,6 +63,7 @@ namespace otk { %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 @@ namespace otk { %include "button.hh" //%include "configuration.hh" %include "display.hh" -%include "font.hh" %include "rendercontrol.hh" %include "property.hh" %include "screeninfo.hh"