mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-06 20:55:43 +00:00
Instead of storing the back/front buffers of a GUI::Window as just Gfx::Bitmap, wrap them in a WindowBackingStore class. This will allow us to add more information alongside the bitmaps while keeping the back/front swapping logic simple.