|
PatchworkOS
c9fea19
A non-POSIX operating system.
|
Framebuffer info struct. More...
#include <fb.h>
Data Fields | |
| uint64_t | width |
| uint64_t | height |
| uint64_t | stride |
| fb_format_t | format |
| char | name [MAX_NAME] |
Framebuffer info struct.
The fb_info_t struct stores information about a framebuffer and is retrieved by reading a /dev/fb/[id]/info file.
| fb_format_t fb_info_t::format |