Merge branch 'stable' into next

This commit is contained in:
Michael Stapelberg
2020-07-26 10:11:49 +02:00
5 changed files with 13 additions and 15 deletions

View File

@ -1622,6 +1622,8 @@ void destroy_window(i3_output *output) {
xcb_free_pixmap(xcb_connection, output->buffer.id);
xcb_free_pixmap(xcb_connection, output->statusline_buffer.id);
output->bar.id = XCB_NONE;
kick_tray_clients(output);
}
/* Strut partial tells i3 where to reserve space for i3bar. This is determined