diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-28 04:53:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-28 04:53:01 +0000 |
| commit | d3baca52284263872a32193c655ed15a5d52e4ec (patch) | |
| tree | 7db3a908ab62ec9899861c4a9ef95642cec4b127 | |
| parent | 2a195d71e20689fd90544543a6b049fae615a55f (diff) | |
move the font up in the file so its generated before renderstyle
| -rw-r--r-- | otk/otk.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
