mirror of
https://github.com/glfw/glfw.git
synced 2025-04-04 16:02:02 +00:00
Fix duplicate syntax error in win32_init, wl_init, x11_init
This commit is contained in:
parent
266f67c6db
commit
17ab6209df
@ -609,7 +609,7 @@ GLFWbool _glfwConnectWin32(int platformID, _GLFWplatform* platform)
|
||||
// Init
|
||||
_glfwInitWin32,
|
||||
_glfwTerminateWin32,
|
||||
_glfwGetSystemDefaultThemeWin32
|
||||
_glfwGetSystemDefaultThemeWin32,
|
||||
// Input
|
||||
_glfwGetCursorPosWin32,
|
||||
_glfwSetCursorPosWin32,
|
||||
|
@ -382,7 +382,7 @@ GLFWbool _glfwConnectWayland(int platformID, _GLFWplatform* platform)
|
||||
// Init
|
||||
_glfwInitWayland,
|
||||
_glfwTerminateWayland,
|
||||
_glfwGetSystemDefaultThemeWayland
|
||||
_glfwGetSystemDefaultThemeWayland,
|
||||
// Input
|
||||
_glfwGetCursorPosWayland,
|
||||
_glfwSetCursorPosWayland,
|
||||
|
@ -1172,7 +1172,7 @@ GLFWbool _glfwConnectX11(int platformID, _GLFWplatform* platform)
|
||||
// Init
|
||||
_glfwInitX11,
|
||||
_glfwTerminateX11,
|
||||
_glfwGetSystemDefaultThemeX11
|
||||
_glfwGetSystemDefaultThemeX11,
|
||||
// Input
|
||||
_glfwGetCursorPosX11,
|
||||
_glfwSetCursorPosX11,
|
||||
|
Loading…
Reference in New Issue
Block a user