mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +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
6 changed files with 5 additions and 36 deletions
|
@ -34,8 +34,6 @@ public:
|
|||
virtual ErrorOr<void> set_head_mode_setting(GraphicsHeadModeSetting) override;
|
||||
virtual ErrorOr<GraphicsHeadModeSetting> get_head_mode_setting() override;
|
||||
|
||||
virtual ErrorOr<void> write_all_contents(Gfx::IntRect const&) override;
|
||||
|
||||
String m_device {};
|
||||
int m_framebuffer_fd { -1 };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue