summaryrefslogtreecommitdiff
path: root/src/drm_fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drm_fb.h')
-rw-r--r--src/drm_fb.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/drm_fb.h b/src/drm_fb.h
deleted file mode 100644
index c283362..0000000
--- a/src/drm_fb.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _DRM_FB_H
-#define _DRM_FB_H
-
-#include <stdint.h>
-#include <xf86drmMode.h>
-
-typedef struct drm_fb_t drm_fb_t;
-
-drm_fb_t * drm_fb_new(int drm_fd, uint32_t crtc_id, uint32_t *connectors, int n_connectors, drmModeModeInfoPtr mode);
-void drm_fb_free(drm_fb_t *fb);
-
-#endif
© All Rights Reserved