docs: PROTOCOL.md: Mention that the EDID blob pointer can be NULL

This commit is contained in:
mintsuki 2024-06-12 03:28:58 +02:00
parent 2fd75654c4
commit 571cb918bd

View File

@ -505,6 +505,8 @@ struct limine_framebuffer {
`modes` is an array of `mode_count` pointers to `struct limine_video_mode` describing the
available video modes for the given framebuffer.
`edid` points to the screen's EDID blob, if available, else NULL.
```c
struct limine_video_mode {
uint64_t pitch;