mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 05:08:56 +00:00
Fixes a bug when the Qt client does not repaint after resizing when the following sequence of IPC calls happens: 1. In the resize handler, the client sends set_viewport_rect to WebContent. 2. WebContent starts repainting in response to the changed viewport size. 3. In the resize handler, the client updates backing stores and sends new ids and shared bitmaps to WebContent using the add_backing_store call. 4. WebContent sends an acknowledgment to the client that painting finished using the old id. 5. The client discards the repaint because it expects a new backing store id.
13 KiB
13 KiB