all repos — openbox @ 3682df8ed27e96067a171b71cbf58d5a00ca813b

openbox fork - make it a bit more like ryudo

include widgetbase not widget
Dana Jansens danakj@orodu.net
commit

3682df8ed27e96067a171b71cbf58d5a00ca813b

parent

d69061e2c8d0cc60760d0732453994ad9fbf68fe

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

jump to
M src/actions.hhsrc/actions.hh

@@ -6,7 +6,7 @@ /*! @file actions.hh

@brief The action interface for user-available actions */ -#include "widget.hh" +#include "widgetbase.hh" #include "otk/point.hh" #include "otk/rect.hh" #include "otk/eventhandler.hh"