summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-28 04:53:01 +0000
committerDana Jansens <danakj@orodu.net>2003-01-28 04:53:01 +0000
commitd3baca52284263872a32193c655ed15a5d52e4ec (patch)
tree7db3a908ab62ec9899861c4a9ef95642cec4b127
parent2a195d71e20689fd90544543a6b049fae615a55f (diff)
move the font up in the file so its generated before renderstyle
-rw-r--r--otk/otk.i2
1 files changed, 1 insertions, 1 deletions
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"