mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Removed unused members.
This commit is contained in:
parent
46c0dc4788
commit
e059f012d7
@ -53,7 +53,6 @@ typedef struct _GLFWwindowMir
|
||||
int width;
|
||||
int height;
|
||||
|
||||
EGLSurface egl_surface;
|
||||
MirEGLNativeWindowType native_window;
|
||||
|
||||
} _GLFWwindowMir;
|
||||
|
@ -64,7 +64,6 @@ typedef struct _GLFWwindowWayland
|
||||
struct wl_surface* surface;
|
||||
struct wl_egl_window* native;
|
||||
struct wl_shell_surface* shell_surface;
|
||||
EGLSurface egl_surface;
|
||||
struct wl_callback* callback;
|
||||
_GLFWcursor* currentCursor;
|
||||
} _GLFWwindowWayland;
|
||||
|
Loading…
Reference in New Issue
Block a user