Bugfix: Use ->workspace instead of ->container
This commit is contained in:
parent
acf1eb0c92
commit
0305c1dc0e
|
@ -481,7 +481,7 @@ int handle_configure_request(void *prophs, xcb_connection_t *conn, xcb_configure
|
||||||
if (client->fullscreen) {
|
if (client->fullscreen) {
|
||||||
LOG("Client is in fullscreen mode\n");
|
LOG("Client is in fullscreen mode\n");
|
||||||
|
|
||||||
Rect child_rect = client->container->workspace->rect;
|
Rect child_rect = client->workspace->rect;
|
||||||
child_rect.x = child_rect.y = 0;
|
child_rect.x = child_rect.y = 0;
|
||||||
fake_configure_notify(conn, child_rect, client->child);
|
fake_configure_notify(conn, child_rect, client->child);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue