mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:07:46 +00:00
Kernel+Userland: Provide bytes count for a DisplayConnector framebuffer
This value will be used later on by WindowServer to reject resolutions that will request a mapping that will overflow the hardware framebuffer max length.
This commit is contained in:
parent
50ed50752f
commit
d5b97eb41e
4 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,7 @@ struct GraphicsConnectorProperties {
|
|||
unsigned char flushing_support;
|
||||
unsigned char partial_flushing_support;
|
||||
unsigned char refresh_rate_support;
|
||||
unsigned max_buffer_bytes;
|
||||
};
|
||||
|
||||
struct GraphicsHeadModeSetting {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue