Removed unused members.
This commit is contained in:
parent
46c0dc4788
commit
e059f012d7
@ -53,7 +53,6 @@ typedef struct _GLFWwindowMir
|
|||||||
int width;
|
int width;
|
||||||
int height;
|
int height;
|
||||||
|
|
||||||
EGLSurface egl_surface;
|
|
||||||
MirEGLNativeWindowType native_window;
|
MirEGLNativeWindowType native_window;
|
||||||
|
|
||||||
} _GLFWwindowMir;
|
} _GLFWwindowMir;
|
||||||
|
@ -64,7 +64,6 @@ typedef struct _GLFWwindowWayland
|
|||||||
struct wl_surface* surface;
|
struct wl_surface* surface;
|
||||||
struct wl_egl_window* native;
|
struct wl_egl_window* native;
|
||||||
struct wl_shell_surface* shell_surface;
|
struct wl_shell_surface* shell_surface;
|
||||||
EGLSurface egl_surface;
|
|
||||||
struct wl_callback* callback;
|
struct wl_callback* callback;
|
||||||
_GLFWcursor* currentCursor;
|
_GLFWcursor* currentCursor;
|
||||||
} _GLFWwindowWayland;
|
} _GLFWwindowWayland;
|
||||||
|
Loading…
Reference in New Issue
Block a user