More error checking, bugfix for mplayer (use visual CopyFromParent)

This commit is contained in:
Michael Stapelberg
2009-02-14 03:46:20 +01:00
parent fb4c851e2a
commit 031cf4ccda
3 changed files with 12 additions and 8 deletions

View File

@ -145,7 +145,6 @@ static void render_container(xcb_connection_t *connection, Container *container)
xcb_configure_window(connection, client->child, mask, values);
}
decorate_window(connection, client);
current_client++;
}
} else {