]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
Default to a file in /tmp for the restart state.
[i3/i3] / include / tree.h
index f04e9e62b80c328abf6ffc137df391298c436f4f..6376ed9241d5bc6c931ec2e979456187f4745b53 100644 (file)
@@ -82,6 +82,6 @@ void tree_close(Con *con, bool kill_window, bool dont_kill_parent);
  * Loads tree from ~/.i3/_restart.json (used for in-place restarts).
  *
  */
-bool tree_restore();
+bool tree_restore(const char *path);
 
 #endif