|
KWin
|
#include "drm_buffer.h"#include "core/graphicsbuffer.h"#include "drm_gpu.h"#include <sys/mman.h>#include <drm_fourcc.h>#include <sys/ioctl.h>#include <unistd.h>#include <xf86drm.h>#include <xf86drmMode.h>Go to the source code of this file.
Namespaces | |
| namespace | KWin |
Macros | |
| #define | DRM_IOCTL_MODE_CLOSEFB 0xD0 |
| #define DRM_IOCTL_MODE_CLOSEFB 0xD0 |
Definition at line 32 of file drm_buffer.cpp.