all repos — openbox @ c8b4710755f5580cb086a9e23d8db0d65c7416e5

openbox fork - make it a bit more like ryudo

static makes more sense than inline i think
Mikael Magnusson mikachu@comhem.se
commit

c8b4710755f5580cb086a9e23d8db0d65c7416e5

parent

9d004f517be91a6f2d9d6ca22ffa686a6eb27088

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/action.copenbox/action.c

@@ -38,11 +38,11 @@ #include "gettext.h"

#include <glib.h> -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) {