summaryrefslogtreecommitdiff
path: root/openbox/action.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2006-08-02 16:36:40 +0000
committerMikael Magnusson <mikachu@comhem.se>2006-08-02 16:36:40 +0000
commit8cb6e95eb6afb7204052b07748ffe265700f5d2c (patch)
tree0f014c8e8d000e530a323a05d3eb7cf8bf8e6243 /openbox/action.h
parent05c0dbfedf0c525137eaa05c26c5d10c584ec0d5 (diff)
add moverelative and resizerelative
Diffstat (limited to 'openbox/action.h')
-rw-r--r--openbox/action.h5
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 {