diff options
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); |