]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Merge pull request #3671 from orestisf1993/full_render_width
[i3/i3] / include / workspace.h
index 28d9eb66cd18f8179bd373e5b8362d6ce0a7bd2f..69974a2e1afaa4a765ba4538404d569aed1c14f9 100644 (file)
 #define NET_WM_DESKTOP_NONE 0xFFFFFFF0
 #define NET_WM_DESKTOP_ALL 0xFFFFFFFF
 
+/**
+ * Stores a copy of the name of the last used workspace for the workspace
+ * back-and-forth switching.
+ *
+ */
+extern char *previous_workspace_name;
+
 /**
  * Returns the workspace with the given name or NULL if such a workspace does
  * not exist.
@@ -211,7 +218,6 @@ Con *workspace_encapsulate(Con *ws);
 
 /**
  * Move the given workspace to the specified output.
- * This returns true if and only if moving the workspace was successful.
  *
  */
-bool workspace_move_to_output(Con *ws, Output *output);
+void workspace_move_to_output(Con *ws, Output *output);