]> Dogcows Code - chaz/openbox/commitdiff
comment that the relative move/resize amounts need to be set
authorDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 13:14:50 +0000 (13:14 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 13:14:50 +0000 (13:14 +0000)
openbox/action.h

index 672ee6c42b1f78c9e9e1bb253d2553641c033f10..95d9bc2cf9de6f49361c15fb4cb81fd710fe6ab5 100644 (file)
@@ -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);
This page took 0.022748 seconds and 4 git commands to generate.