11 #ifndef I3_WORKSPACE_H
12 #define I3_WORKSPACE_H
45 void workspace_set_name(Workspace *ws,
const char *name);
115 void workspace_assign_to(Workspace *ws,
Output *screen,
bool hide_it);
124 void workspace_initialize(Workspace *ws,
Output *screen,
bool recheck);
131 Workspace *get_first_workspace_for_output(
Output *screen);
141 void workspace_unmap_clients(xcb_connection_t *
conn, Workspace *u_ws);
147 void workspace_map_clients(xcb_connection_t *
conn, Workspace *ws);