X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Factions.hh;h=7168fce459a95c1c58a30ab56b9b781d4dbab952;hb=977ecf1f1e82f385a542648b545a0d0877febaf0;hp=9f65f7ed3ef284c055cacc6a6b6d0af0c556a692;hpb=699de0368cded603bc40e66b0d65a1001e8ec494;p=chaz%2Fopenbox diff --git a/src/actions.hh b/src/actions.hh index 9f65f7ed..7168fce4 100644 --- a/src/actions.hh +++ b/src/actions.hh @@ -7,6 +7,7 @@ */ #include "otk/point.hh" +#include "otk/rect.hh" #include "otk/eventhandler.hh" extern "C" { @@ -32,6 +33,7 @@ public: struct ButtonPressAction { unsigned int button; otk::Point pos; + otk::Rect clientarea; ButtonPressAction() { button = 0; } };