mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 01:39:17 -05:00
Fixed bad macro logic
This commit is contained in:
@ -751,7 +751,7 @@ void *GetWindowHandle(void)
|
|||||||
#else
|
#else
|
||||||
return glfwGetWaylandWindow(platform.handle);
|
return glfwGetWaylandWindow(platform.handle);
|
||||||
#endif
|
#endif
|
||||||
#else if defined(_GLFW_X11)
|
#elif defined(_GLFW_X11)
|
||||||
// Store the window handle localy and return a pointer to the variable instead
|
// Store the window handle localy and return a pointer to the variable instead
|
||||||
// Reasoning detailed in the declaration of X11WindowHandle
|
// Reasoning detailed in the declaration of X11WindowHandle
|
||||||
X11WindowHandle = glfwGetX11Window(platform.handle);
|
X11WindowHandle = glfwGetX11Window(platform.handle);
|
||||||
|
|||||||
Reference in New Issue
Block a user