From 38f8155bf50af2a2bf13e8767236dae924abb157 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 18 Dec 2002 16:31:16 +0000 Subject: can resize now too. compress motion events. --- src/actions.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/actions.hh') 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; } }; -- cgit v1.2.3