all repos — openbox @ 629585d990c3a966376374815c698048df0bf05c

openbox fork - make it a bit more like ryudo

forgot to add prototypes to action.h
Mikael Magnusson mikachu@comhem.se
commit

629585d990c3a966376374815c698048df0bf05c

parent

97719044b1ca079d0e989d3cb250d477c8d4b31d

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M openbox/action.hopenbox/action.h

@@ -183,6 +183,8 @@ 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_move_relative - the deltas + action_resize_relative - the deltas */ ObAction* action_from_string(const gchar *name, ObUserAction uact);

@@ -260,6 +262,10 @@ /* MoveResizeRelative */

void action_move_relative_horz(union ActionData *data); /* MoveResizeRelative */ void action_move_relative_vert(union ActionData *data); +/* MoveResizeRelative */ +void action_move_relative(union ActionData *data); +/* MoveResizeRelative */ +void action_resize_relative(union ActionData *data); /* ClientAction */ void action_move_to_center(union ActionData *data); /* MoveResizeRelative */