aboutsummaryrefslogtreecommitdiff
path: root/examples/egl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/egl_common.h')
-rw-r--r--examples/egl_common.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/egl_common.h b/examples/egl_common.h
deleted file mode 100644
index f12c05be..00000000
--- a/examples/egl_common.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _EGL_COMMON_H
-#define _EGL_COMMON_H
-#endif
-
-#include <stdbool.h>
-#include <wayland-client.h>
-
-#include <EGL/egl.h>
-#include <EGL/eglext.h>
-
-extern EGLDisplay egl_display;
-extern EGLConfig egl_config;
-extern EGLContext egl_context;
-
-extern PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC eglCreatePlatformWindowSurfaceEXT;
-
-bool egl_init(struct wl_display *display);
-
-void egl_finish(void);