X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Factions.hh;h=c2de2b683a99ad582812de60baee019f8787993f;hb=7c32ac2b3f0bfd02a1efea1d67e5ad1c3c5be93f;hp=f8f03d0f213d4c724b692d4aaa0945b3022503b6;hpb=3682df8ed27e96067a171b71cbf58d5a00ca813b;p=chaz%2Fopenbox diff --git a/src/actions.hh b/src/actions.hh index f8f03d0f..c2de2b68 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -6,7 +6,6 @@ @brief The action interface for user-available actions */ -#include "widgetbase.hh" #include "otk/point.hh" #include "otk/rect.hh" #include "otk/eventhandler.hh" @@ -36,6 +35,7 @@ public: }; struct ButtonPressAction { + Window win; unsigned int button; otk::Point pos; otk::Rect clientarea;