]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
refactor tree_move() into src/move.c, change config (!), change testcase
[i3/i3] / include / workspace.h
index f65f1494b1062a8f412d0dfbeddb1b03c8296090..b902f4903f988cbd5392e7bde257c05f213ee8d6 100644 (file)
@@ -99,4 +99,6 @@ void workspace_map_clients(xcb_connection_t *conn, Workspace *ws);
  */
 void workspace_update_urgent_flag(Con *ws);
 
+void ws_force_orientation(Con *ws, orientation_t orientation);
+
 #endif