mirror of
https://github.com/limine-bootloader/limine
synced 2025-03-21 00:42:56 +03:00
docs: PROTOCOL.md: Mention that the EDID blob pointer can be NULL
This commit is contained in:
parent
2fd75654c4
commit
571cb918bd
@ -505,6 +505,8 @@ struct limine_framebuffer {
|
|||||||
`modes` is an array of `mode_count` pointers to `struct limine_video_mode` describing the
|
`modes` is an array of `mode_count` pointers to `struct limine_video_mode` describing the
|
||||||
available video modes for the given framebuffer.
|
available video modes for the given framebuffer.
|
||||||
|
|
||||||
|
`edid` points to the screen's EDID blob, if available, else NULL.
|
||||||
|
|
||||||
```c
|
```c
|
||||||
struct limine_video_mode {
|
struct limine_video_mode {
|
||||||
uint64_t pitch;
|
uint64_t pitch;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user