Bugfix: Send clients their absolute position/size in generated configure events, not relative
This fixes ticket #26.
This commit is contained in:
@ -542,7 +542,7 @@ int handle_configure_request(void *prophs, xcb_connection_t *conn, xcb_configure
|
||||
return 1;
|
||||
}
|
||||
|
||||
fake_configure_notify(conn, client->child_rect, client->child);
|
||||
fake_absolute_configure_notify(conn, client);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user