]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
fixes #776
[i3/i3] / include / workspace.h
index ad780f1f2013146c86e93f5925d51fed78d125b3..a7f2d13bd1ba47932f466b1aba5d41926543134e 100644 (file)
@@ -95,6 +95,12 @@ Con* workspace_prev_on_output(void);
  */
 void workspace_back_and_forth(void);
 
+/**
+ * Returns the previously focused workspace con, or NULL if unavailable.
+ *
+ */
+Con *workspace_back_and_forth_get(void);
+
 
 #if 0
 /**