mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 14:18:15 +00:00
WindowServer: Oops, forgot to plumb through the base size for incresize.
This commit is contained in:
@@ -320,6 +320,7 @@ void WSClientConnection::handle_request(WSAPICreateWindowRequest& request)
|
||||
window->set_rect(request.rect());
|
||||
window->set_opacity(request.opacity());
|
||||
window->set_size_increment(request.size_increment());
|
||||
window->set_base_size(request.base_size());
|
||||
m_windows.set(window_id, move(window));
|
||||
WSAPI_ServerMessage response;
|
||||
response.type = WSAPI_ServerMessage::Type::DidCreateWindow;
|
||||
|
||||
Reference in New Issue
Block a user