From dffe96008448a7d66c5026e1e0520904c62702b4 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 26 Mar 2003 13:14:50 +0000 Subject: [PATCH] comment that the relative move/resize amounts need to be set --- openbox/action.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.39.2