all repos — openbox @ 619864a1725647039c01a0c85c77d5307b256171

openbox fork - make it a bit more like ryudo

a little reordering.. useless really
Dana Jansens danakj@orodu.net
commit

619864a1725647039c01a0c85c77d5307b256171

parent

5de751b104a25971a5f3c52feeadfd406bedce48

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M otk/otk.hhotk/otk.hh

@@ -12,6 +12,7 @@ #include "focuslabel.hh"

#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 "display.hh"

#include "font.hh" //#include "gccache.hh" #include "rendercontrol.hh" -#include "label.hh" #include "point.hh" #include "property.hh" #include "rect.hh"
M otk/otk.iotk/otk.i

@@ -65,6 +65,7 @@ %include "rendercolor.hh"

%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 @@ //%include "configuration.hh"

%include "display.hh" %include "font.hh" %include "rendercontrol.hh" -%include "label.hh" %include "property.hh" %include "screeninfo.hh" %include "strut.hh"