diff options
| -rw-r--r-- | openbox/action.h | 4 |
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); |
