Wayland: Cleanup

Make Wayland code use 'native' in the same senses as the rest of GLFW.
This commit is contained in:
Camilla Löwy
2022-06-14 22:22:49 +02:00
parent 91f18fb576
commit 5002522f73
2 changed files with 16 additions and 13 deletions
+4 -1
View File
@@ -233,9 +233,12 @@ typedef struct _GLFWwindowWayland
GLFWbool hovered;
GLFWbool transparent;
struct wl_surface* surface;
struct wl_egl_window* native;
struct wl_callback* callback;
struct {
struct wl_egl_window* window;
} egl;
struct {
int width, height;
} pending;