diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-03 07:33:56 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-03 07:33:56 +0100 |
commit | 4ff884bd2510326dafb5adb97e69797d006b0e14 (patch) | |
tree | cdc6364db2403fc816f35fee0c7109b158df7e3f /gfx.h | |
parent | b8e5897b4edb640012f43dc87b7c84194163a153 (diff) | |
download | fbida-4ff884bd2510326dafb5adb97e69797d006b0e14.tar.gz |
drop drmtools-egl.c
Diffstat (limited to 'gfx.h')
-rw-r--r-- | gfx.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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); |