Bugfix: Set focus when table was shrinked and CUR_CELL might have been shrinked

This commit is contained in:
Michael Stapelberg
2009-02-28 01:12:05 +01:00
parent e4b637b67b
commit d8a6f41e39
4 changed files with 10 additions and 4 deletions

View File

@ -359,7 +359,7 @@ int handle_unmap_notify_event(void *data, xcb_connection_t *c, xcb_unmap_notify_
xcb_flush(c);
table_remove(byParent, client->frame);
cleanup_table(client->container->workspace);
cleanup_table(c, client->container->workspace);
free(client);