#ifndef _EGL_COMMON_H #define _EGL_COMMON_H #endif #include #include #include #include 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);