Skip to content

Commit 1d8b97e

Browse files
committed
Remove explicit typedef of wl_egl_window
1 parent 8ce32ca commit 1d8b97e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/wpe/backends/fdo/WindowViewBackend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ typedef void* EGLConfig;
3535
typedef void* EGLContext;
3636
typedef void* EGLDisplay;
3737
typedef void* EGLSurface;
38-
typedef struct wl_egl_window *EGLNativeWindowType;
3938

4039
// Manually provide the EGL_CAST C++ definition in case eglplatform.h doesn't provide it.
4140
#ifndef EGL_CAST
4241
#define EGL_CAST(type, value) (static_cast<type>(value))
4342
#endif
4443

4544
struct wpe_fdo_egl_exported_image;
45+
struct wl_egl_window;
4646

4747
namespace WPEToolingBackends {
4848

0 commit comments

Comments
 (0)