Bugfix: Perform some bounds checking for snapped containers in fix_colrowspan (Thanks jchome)
This fixes ticket #22
This commit is contained in:
@ -635,6 +635,8 @@ int handle_unmap_notify_event(void *data, xcb_connection_t *conn, xcb_unmap_noti
|
||||
if (client->container != NULL)
|
||||
cleanup_table(conn, client->container->workspace);
|
||||
|
||||
fix_colrowspan(conn, client->container->workspace);
|
||||
|
||||
/* Let’s see how many clients there are left on the workspace to delete it if it’s empty */
|
||||
bool workspace_empty = true;
|
||||
FOR_TABLE(client->workspace)
|
||||
|
Reference in New Issue
Block a user