mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-30 21:28:59 +00:00
WindowServer: Drop support for the DisplayConnector write interface
All DisplayConnectors should support the mmap interface and it should provide better performance now, so let's just use it and drop support for the DisplayConnector's write interface from the WindowServer side.
This commit is contained in:
parent
e2ed6ef741
commit
f62cd52d12
Notes:
sideshowbarker
2024-07-17 10:25:33 +09:00
Author: https://github.com/supercomputer7
Commit: f62cd52d12
Pull-request: https://github.com/SerenityOS/serenity/pull/14029
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/linusg
6 changed files with 5 additions and 36 deletions
|
@ -176,8 +176,6 @@ public:
|
|||
|
||||
CompositorScreenData& compositor_screen_data() { return *m_compositor_screen_data; }
|
||||
|
||||
void write_all_display_contents();
|
||||
|
||||
private:
|
||||
Screen(size_t);
|
||||
bool open_device();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue