aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-03 07:33:56 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-03 07:33:56 +0100
commit4ff884bd2510326dafb5adb97e69797d006b0e14 (patch)
treecdc6364db2403fc816f35fee0c7109b158df7e3f /gfx.h
parentb8e5897b4edb640012f43dc87b7c84194163a153 (diff)
downloadfbida-4ff884bd2510326dafb5adb97e69797d006b0e14.tar.gz
drop drmtools-egl.c
Diffstat (limited to 'gfx.h')
-rw-r--r--gfx.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gfx.h b/gfx.h
index 9b2e52f..608a128 100644
--- a/gfx.h
+++ b/gfx.h
@@ -1,8 +1,6 @@
#include <stdbool.h>
#include <inttypes.h>
-#include <epoxy/egl.h>
-
typedef struct gfxstate gfxstate;
struct gfxstate {
@@ -19,11 +17,6 @@ struct gfxstate {
dev_t devnum;
- /* egl */
- EGLDisplay dpy;
- EGLContext ctx;
- EGLSurface surface;
-
/* calls */
void (*restore_display)(void);
void (*cleanup_display)(void);