mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Wayland: Cleanup
Make Wayland code use 'native' in the same senses as the rest of GLFW.
This commit is contained in:
+4
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user