Bugfix: Correctly hide/show workspaces when enabling new outputs, correctly handle focus (Thanks Merovius)

This commit is contained in:
Michael Stapelberg
2010-03-05 15:22:12 +01:00
parent 718d62a3cd
commit 8b192ac7ed
4 changed files with 29 additions and 5 deletions

View File

@ -53,7 +53,7 @@ void workspace_show(xcb_connection_t *conn, int workspace);
* screen 1 and you just plugged in screen 1).
*
*/
void workspace_assign_to(Workspace *ws, Output *screen);
void workspace_assign_to(Workspace *ws, Output *screen, bool hide_it);
/**
* Initializes the given workspace if it is not already initialized. The given