mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
DisplaySettings+WindowServer: Add support for display connector devices
This commit is contained in:
parent
e6ebf9e5c1
commit
d9a2706079
12 changed files with 308 additions and 38 deletions
|
@ -34,6 +34,8 @@ public:
|
|||
virtual ErrorOr<void> set_head_resolution(FBHeadResolution) = 0;
|
||||
virtual ErrorOr<FBHeadProperties> get_head_properties() = 0;
|
||||
|
||||
virtual ErrorOr<void> write_all_contents(Gfx::IntRect const&) { return {}; }
|
||||
|
||||
bool m_can_device_flush_buffers { true };
|
||||
bool m_can_set_head_buffer { false };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue