Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg
2013-12-21 21:32:55 +01:00
2 changed files with 23 additions and 0 deletions

View File

@ -682,6 +682,11 @@ static void handle_client_message(xcb_client_message_event_t *event) {
return;
}
if (con_is_internal(ws)) {
DLOG("Workspace is internal, ignoring _NET_ACTIVE_WINDOW\n");
return;
}
if (ws != con_get_workspace(focused))
workspace_show(ws);