move the font up in the file so its generated before renderstyle
authorDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 04:53:01 +0000 (04:53 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 04:53:01 +0000 (04:53 +0000)
otk/otk.i

index 8b01f87..39a79d9 100644 (file)
--- 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"