mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
LibEDID: Remove head index when retrieving an EDID from DisplayConnector
We simply don't need that field anymore, as it was used when one FramebufferDevice could contain multiple framebuffers within it, each for a connected screen head.
This commit is contained in:
parent
c04b107e26
commit
50ed50752f
Notes:
sideshowbarker
2024-07-17 06:40:25 +09:00
Author: https://github.com/supercomputer7
Commit: 50ed50752f
Pull-request: https://github.com/SerenityOS/serenity/pull/15340
4 changed files with 6 additions and 9 deletions
|
@ -42,8 +42,6 @@ struct GraphicsHeadModeSetting {
|
|||
};
|
||||
|
||||
struct GraphicsHeadEDID {
|
||||
int head_index;
|
||||
|
||||
unsigned char* bytes;
|
||||
unsigned bytes_size;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue