From 4ff884bd2510326dafb5adb97e69797d006b0e14 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Sun, 3 Feb 2019 07:33:56 +0100 Subject: drop drmtools-egl.c --- gfx.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gfx.h') diff --git a/gfx.h b/gfx.h index 9b2e52f..608a128 100644 --- a/gfx.h +++ b/gfx.h @@ -1,8 +1,6 @@ #include #include -#include - 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); -- cgit