PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
fb_info_t Struct Reference

Framebuffer information. More...

#include <fb.h>

Collaboration diagram for fb_info_t:

Data Fields

size_t width
 
size_t height
 
size_t pitch
 
char format [MAX_PATH]
 

Detailed Description

Framebuffer information.

Definition at line 50 of file fb.h.

Field Documentation

◆ width

size_t fb_info_t::width

Definition at line 52 of file fb.h.

◆ height

size_t fb_info_t::height

Definition at line 53 of file fb.h.

◆ pitch

size_t fb_info_t::pitch

Definition at line 54 of file fb.h.

◆ format

char fb_info_t::format[MAX_PATH]

Definition at line 55 of file fb.h.


The documentation for this struct was generated from the following file: