]> git.sur5r.net Git - i3/i3/commitdiff
make maybe_back_and_forth static
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 9 May 2012 18:34:40 +0000 (20:34 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 9 May 2012 18:34:40 +0000 (20:34 +0200)
src/commands.c

index 3120ed27d44ad688603c06974146a133f21b32e6..b22c16a21af29f0a21f2b1dd7af9c27c6e4c94c0 100644 (file)
@@ -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 */