From: Dana Jansens Date: Tue, 28 Jan 2003 00:31:20 +0000 (+0000) Subject: a little reordering.. useless really X-Git-Tag: openbox-2_3_0~182 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=619864a1725647039c01a0c85c77d5307b256171;p=dana%2Fopenbox.git a little reordering.. useless really --- diff --git a/otk/otk.hh b/otk/otk.hh index ec680130..0ce2b46c 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -12,6 +12,7 @@ #include "appwidget.hh" #include "application.hh" #include "assassin.hh" +#include "label.hh" #include "button.hh" #include "rendercolor.hh" #include "configuration.hh" @@ -19,7 +20,6 @@ #include "font.hh" //#include "gccache.hh" #include "rendercontrol.hh" -#include "label.hh" #include "point.hh" #include "property.hh" #include "rect.hh" diff --git a/otk/otk.i b/otk/otk.i index ed666e56..8b01f87e 100644 --- a/otk/otk.i +++ b/otk/otk.i @@ -65,6 +65,7 @@ namespace otk { %include "rendertexture.hh" %include "renderstyle.hh" %include "widget.hh" +%include "label.hh" %include "focuswidget.hh" %include "focuslabel.hh" %include "appwidget.hh" @@ -75,7 +76,6 @@ namespace otk { %include "display.hh" %include "font.hh" %include "rendercontrol.hh" -%include "label.hh" %include "property.hh" %include "screeninfo.hh" %include "strut.hh"