summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-26 13:14:50 +0000
committerDana Jansens <danakj@orodu.net>2003-03-26 13:14:50 +0000
commitdffe96008448a7d66c5026e1e0520904c62702b4 (patch)
tree54bb43b063d8178114bad55c1a50d1b71faebf17
parent1a32ba561afef1a3dabeb8d4443c1aafe7ad9977 (diff)
comment that the relative move/resize amounts need to be set
-rw-r--r--openbox/action.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/openbox/action.h b/openbox/action.h
index 672ee6c4..95d9bc2c 100644
--- a/openbox/action.h
+++ b/openbox/action.h
@@ -91,6 +91,10 @@ Action *action_new(void (*func)(union ActionData *data));
action_execute - the path needs to be set
action_restart - the path can optionally be set
action_desktop - the destination desktop needs to be set
+ action_move_relative_horz - the delta
+ action_move_relative_vert - the delta
+ action_resize_relative_horz - the delta
+ action_resize_relative_vert - the delta
*/
Action *action_from_string(char *name);
void action_free(Action *a);