From: Michael Stapelberg Date: Wed, 9 May 2012 18:34:40 +0000 (+0200) Subject: make maybe_back_and_forth static X-Git-Tag: 4.3~228^2^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=42dcb4e8c4db986895737f6eb7fee55642ff9c94;p=i3%2Fi3 make maybe_back_and_forth static --- diff --git a/src/commands.c b/src/commands.c index 3120ed27..b22c16a2 100644 --- a/src/commands.c +++ b/src/commands.c @@ -82,7 +82,7 @@ static Output *get_output_from_string(Output *current_output, const char *output * and return true, signaling that no further workspace switching should occur in the calling function. * */ -bool maybe_back_and_forth(char *name) { +static bool maybe_back_and_forth(char *name) { Con *ws = con_get_workspace(focused); /* If we switched to a different workspace, do nothing */