Removed superfluous casts.

master
Camilla Berglund ago%!(EXTRA string=13 years)
parent d3d972aa9d
commit fd4967b01a
  1. 4
      src/x11_egl_platform.h

@ -52,8 +52,8 @@
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextEGL EGL
#define _GLFW_PLATFORM_LIBRARY_OPENGL_STATE _GLFWlibraryEGL EGL
#define _GLFW_EGL_NATIVE_WINDOW ((EGLNativeWindowType) window->X11.handle)
#define _GLFW_EGL_NATIVE_DISPLAY ((EGLNativeDisplayType) _glfwLibrary.X11.display)
#define _GLFW_EGL_NATIVE_WINDOW window->X11.handle
#define _GLFW_EGL_NATIVE_DISPLAY _glfwLibrary.X11.display
//========================================================================

Loading…
Cancel
Save