mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 12:32:21 +00:00
Everywhere: Purge all support and usage of framebuffer devices
Long live the DisplayConnector object!
This commit is contained in:
parent
aad968cc5e
commit
e301af8352
Notes:
sideshowbarker
2024-07-17 11:16:39 +09:00
Author: https://github.com/supercomputer7
Commit: e301af8352
Pull-request: https://github.com/SerenityOS/serenity/pull/13845
25 changed files with 90 additions and 995 deletions
|
@ -35,8 +35,8 @@ private:
|
|||
virtual ErrorOr<void> unmap_framebuffer() override;
|
||||
virtual ErrorOr<void> map_framebuffer() override;
|
||||
|
||||
virtual ErrorOr<void> set_head_resolution(FBHeadResolution) override;
|
||||
virtual ErrorOr<FBHeadProperties> get_head_properties() override;
|
||||
virtual ErrorOr<void> set_head_mode_setting(GraphicsHeadModeSetting) override;
|
||||
virtual ErrorOr<GraphicsHeadModeSetting> get_head_mode_setting() override;
|
||||
|
||||
int m_height { 0 };
|
||||
int m_width { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue