GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A Linux DRM backend. More...
#include <backends/gp_backend.h>
Go to the source code of this file.
Enumerations | |
enum | gp_linux_drm_flags { GP_LINUX_DRM_NO_INPUT = 0x01 } |
Linux DRM backend flags. More... | |
Functions | |
gp_backend * | gp_linux_drm_init (const char *drm_path, int flags) |
A Linux DRM backend initialization. | |
A Linux DRM backend.
Simple DRM backend along with Linux input for input devices.
Definition in file gp_linux_drm.h.
enum gp_linux_drm_flags |
Linux DRM backend flags.
Enumerator | |
---|---|
GP_LINUX_DRM_NO_INPUT | Do not use linux input for keyboard and mouse. |
Definition at line 18 of file gp_linux_drm.h.
gp_backend * gp_linux_drm_init | ( | const char * | drm_path, |
int | flags | ||
) |
A Linux DRM backend initialization.
So far single monitor.
drm_path | A path to dri device file e.g. "/dev/dri/card0" |
flags | enum gp_linux_drm_flags |