diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-02 16:36:40 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-02 16:36:40 +0000 |
| commit | 8cb6e95eb6afb7204052b07748ffe265700f5d2c (patch) | |
| tree | 0f014c8e8d000e530a323a05d3eb7cf8bf8e6243 /openbox/action.h | |
| parent | 05c0dbfedf0c525137eaa05c26c5d10c584ec0d5 (diff) | |
add moverelative and resizerelative
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 { |
