Parcourir la source

Fixed bad macro logic

pull/5111/head
Diogo Diniz il y a 2 mois
Parent
révision
eae1296b08
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c Voir le fichier

@ -751,7 +751,7 @@ void *GetWindowHandle(void)
#else
return glfwGetWaylandWindow(platform.handle);
#endif
#else if defined(_GLFW_X11)
#elif defined(_GLFW_X11)
// Store the window handle localy and return a pointer to the variable instead
// Reasoning detailed in the declaration of X11WindowHandle
X11WindowHandle = glfwGetX11Window(platform.handle);

Chargement…
Annuler
Enregistrer