We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce32ca commit 1d8b97eCopy full SHA for 1d8b97e
1 file changed
Tools/wpe/backends/fdo/WindowViewBackend.h
@@ -35,14 +35,14 @@ typedef void* EGLConfig;
35
typedef void* EGLContext;
36
typedef void* EGLDisplay;
37
typedef void* EGLSurface;
38
-typedef struct wl_egl_window *EGLNativeWindowType;
39
40
// Manually provide the EGL_CAST C++ definition in case eglplatform.h doesn't provide it.
41
#ifndef EGL_CAST
42
#define EGL_CAST(type, value) (static_cast<type>(value))
43
#endif
44
45
struct wpe_fdo_egl_exported_image;
+struct wl_egl_window;
46
47
namespace WPEToolingBackends {
48
0 commit comments