From a07465f376b0a33270532501127ec812efe2c2b2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 14:24:23 +0000 Subject: add raise action --- openbox/actions.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/actions.h') diff --git a/openbox/actions.h b/openbox/actions.h index 7c69b10f..477e4ba1 100644 --- a/openbox/actions.h +++ b/openbox/actions.h @@ -90,3 +90,6 @@ gboolean actions_interactive_act_running(); void actions_interactive_cancel_act(); gboolean actions_interactive_input_event(XEvent *e); + +/*! Function for actions to call when they are moving a client around */ +void actions_client_move(ObActionsData *data, gboolean start); -- cgit v1.2.3