Files
ladybird/LibC
Andreas Kling 86eae0f8df Let userland retain the window backing store while drawing into it.
To start painting, call:
gui$get_window_backing_store()

Then finish up with:
gui$release_window_backing_store()

Process will retain the underlying GraphicsBitmap behind the scenes.
This fixes racing between the WindowServer and GUI clients.

This patch also adds a WSWindowLocker that is exactly what it sounds like.
2019-01-24 23:44:19 +01:00
..
2019-01-23 06:57:00 +01:00
2018-10-22 14:06:22 +02:00
2019-01-16 12:57:07 +01:00
2018-11-06 14:42:28 +01:00
2018-11-08 12:59:16 +01:00
2019-01-23 06:57:00 +01:00
2019-01-23 07:32:16 +01:00