move the font up in the file so its generated before renderstyle

This commit is contained in:
Dana Jansens 2003-01-28 04:53:01 +00:00
parent 2a195d71e2
commit d3baca5228

View file

@ -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"