]> git.sur5r.net Git - i3/i3/blobdiff - src/workspace.c
Fix missing prototypes
[i3/i3] / src / workspace.c
index 5f5c8d4f3e7987410baa2b5e7c64450c85f0399e..0cd72cf80c3bc19b32741321ae94e168bbe4a950 100644 (file)
@@ -308,7 +308,7 @@ bool workspace_is_visible(Con *ws) {
  * XXX: we need to clean up all this recursive walking code.
  *
  */
-Con *_get_sticky(Con *con, const char *sticky_group, Con *exclude) {
+static Con *_get_sticky(Con *con, const char *sticky_group, Con *exclude) {
     Con *current;
 
     TAILQ_FOREACH(current, &(con->nodes_head), nodes) {