From 5d1db07e85df9ea2297077f6f2f08a735e43e1cc Mon Sep 17 00:00:00 2001 From: Brandon Wright Date: Sat, 17 Nov 2018 14:54:57 -0600 Subject: [PATCH] GTK+: OpenGL: WaylandEGLContext is a class. --- gtk/src/gtk_wayland_egl_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/src/gtk_wayland_egl_context.cpp b/gtk/src/gtk_wayland_egl_context.cpp index e2a39516..0bd14ef9 100644 --- a/gtk/src/gtk_wayland_egl_context.cpp +++ b/gtk/src/gtk_wayland_egl_context.cpp @@ -15,7 +15,7 @@ static void wl_global (void *data, const char *interface, uint32_t version) { - struct WaylandEGLContext *wl = (struct WaylandEGLContext *) data; + WaylandEGLContext *wl = (WaylandEGLContext *) data; if (!strcmp (interface, "wl_compositor")) wl->compositor = (struct wl_compositor *) wl_registry_bind (wl_registry, name, &wl_compositor_interface, 3);