summaryrefslogtreecommitdiff
path: root/src/drm_fb.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2018-02-23 20:14:45 -0800
committerVito Caputo <vcaputo@pengaru.com>2018-02-23 20:14:45 -0800
commit1bf11626543c2b0dd10e8e0e4f3f75c99ea4f16c (patch)
treee578496cbbf8294b00befde698c7688bd220605e /src/drm_fb.h
parenta7f9a860b5618fa8c49caeba1ebfd0be7b4a8a02 (diff)
drm_fb,sdl_fb: drop vestigial headers
With fb backends entirely abstracted behind fb_ops_t, this is no longer necessary.
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