diff options
Diffstat (limited to 'openbox/action.h')
| -rw-r--r-- | openbox/action.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/action.h b/openbox/action.h index 3ef5aa73..b98a6ece 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -82,7 +82,10 @@ struct Activate { struct MoveResizeRelative { struct AnyAction any; - gint delta; + gint deltax; + gint deltay; + gint deltaxl; + gint deltayu; }; struct SendToDesktop { |
