GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A Linux framebuffer backend. More...
#include <backends/gp_backend.h>
Go to the source code of this file.
Enumerations | |
enum | gp_linux_fb_flags { GP_FB_INPUT_KBD = 0x01 , GP_FB_SHADOW = 0x02 , GP_FB_ALLOC_CON = 0x04 , GP_FB_INPUT_LINUX = 0x08 } |
Linux framebuffer init flags. More... | |
Functions | |
gp_backend * | gp_linux_fb_init (const char *path, enum gp_linux_fb_flags flags) |
Linux framebuffer backend initialization. | |
A Linux framebuffer backend.
Definition in file gp_linux_fb.h.
enum gp_linux_fb_flags |
Linux framebuffer init flags.
Definition at line 16 of file gp_linux_fb.h.
gp_backend * gp_linux_fb_init | ( | const char * | path, |
enum gp_linux_fb_flags | flags | ||
) |
Linux framebuffer backend initialization.
path | A path to a framebuffer device, e.g. "/dev/fb0" for first framebuffer. |
flags | A bitwise combination of framebuffer init flags. |