From 2ce7572e46bdac383e89bc7c756b88d2686466cf Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Mon, 31 Jan 2005 19:04:18 +0000 Subject: commit the movetocenter action since it appears someone else than me wanted it after all --- openbox/action.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index f940f7ea..3b991a67 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -249,6 +249,8 @@ void action_toggle_omnipresent(union ActionData *data); void action_move_relative_horz(union ActionData *data); /* MoveResizeRelative */ void action_move_relative_vert(union ActionData *data); +/* ClientAction */ +void action_move_to_center(union ActionData *data); /* MoveResizeRelative */ void action_resize_relative_horz(union ActionData *data); /* MoveResizeRelative */ -- cgit v1.2.3