X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=95d9bc2cf9de6f49361c15fb4cb81fd710fe6ab5;hb=1fb5c4b595677a029c75b75ef85a69ec90160da8;hp=672ee6c42b1f78c9e9e1bb253d2553641c033f10;hpb=1a32ba561afef1a3dabeb8d4443c1aafe7ad9977;p=chaz%2Fopenbox 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);