diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-18 16:31:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-18 16:31:16 +0000 |
| commit | 38f8155bf50af2a2bf13e8767236dae924abb157 (patch) | |
| tree | 11bbd40578f9d4505108c264ee935ce44d291d07 /src/actions.hh | |
| parent | 732bfd191dbf1f5cf3473a794f9a736dcba6117e (diff) | |
can resize now too. compress motion events.
Diffstat (limited to 'src/actions.hh')
| -rw-r--r-- | src/actions.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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; } }; |
