From c8b4710755f5580cb086a9e23d8db0d65c7416e5 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 17 May 2007 09:20:16 +0000 Subject: [PATCH] static makes more sense than inline i think --- openbox/action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/action.c b/openbox/action.c index 431b88c1..0a2d2b62 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -38,11 +38,11 @@ #include -inline void client_action_start(union ActionData *data) +static void client_action_start(union ActionData *data) { } -inline void client_action_end(union ActionData *data) +static void client_action_end(union ActionData *data) { if (config_focus_follow) if (data->any.context != OB_FRAME_CONTEXT_CLIENT) { -- 2.45.2