X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Faction.h;h=672ee6c42b1f78c9e9e1bb253d2553641c033f10;hb=1a32ba561afef1a3dabeb8d4443c1aafe7ad9977;hp=e3d891f0a740d97f95fa6708dfe14e417d35cd64;hpb=9eeb13ec71687f43d31d66171efedb859a94285e;p=chaz%2Fopenbox diff --git a/openbox/action.h b/openbox/action.h index e3d891f0..672ee6c4 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -23,8 +23,7 @@ struct ClientAction { struct MoveResizeRelative { Client *c; - int dx; - int dy; + int delta; }; struct SendToDesktop { @@ -123,9 +122,13 @@ void action_toggle_shade(union ActionData *data); /* ClientAction */ void action_toggle_omnipresent(union ActionData *data); /* MoveResizeRelative */ -void action_move_relative(union ActionData *data); +void action_move_relative_horz(union ActionData *data); /* MoveResizeRelative */ -void action_resize_relative(union ActionData *data); +void action_move_relative_vert(union ActionData *data); +/* MoveResizeRelative */ +void action_resize_relative_horz(union ActionData *data); +/* MoveResizeRelative */ +void action_resize_relative_vert(union ActionData *data); /* ClientAction */ void action_maximize_full(union ActionData *data); /* ClientAction */