Bugfix: Missing flush after render_container()

next
Michael Stapelberg 2009-03-06 06:56:13 +01:00
parent 96ac9f9066
commit fc3338d3c1
1 changed files with 3 additions and 1 deletions

View File

@ -681,6 +681,8 @@ int handle_normal_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_w
client->force_reconfigure = true;
if (client->container != NULL)
if (client->container != NULL) {
render_container(conn, client->container);
xcb_flush(conn);
}
}