]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
Re-implement support for the urgency hint, extend t/13-urgent.t
[i3/i3] / include / workspace.h
index 7a61daa83b10cdc51e25dca76e50527f0c9f9c79..28b7e571395fa8322496040121523e143dec2b60 100644 (file)
@@ -90,14 +90,16 @@ void workspace_unmap_clients(xcb_connection_t *conn, Workspace *u_ws);
  *
  */
 void workspace_map_clients(xcb_connection_t *conn, Workspace *ws);
+#endif
 
 /**
  * Goes through all clients on the given workspace and updates the workspace’s
  * urgent flag accordingly.
  *
  */
-void workspace_update_urgent_flag(Workspace *ws);
+void workspace_update_urgent_flag(Con *ws);
 
+#if 0
 /*
  * Returns the width of the workspace.
  *