Explorar el Código

REVIEWED: `GetWindowHandle()` #2950

pull/2951/head
Ray hace 2 años
padre
commit
d3f5bc4043
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver fichero

@ -1713,7 +1713,7 @@ void *GetWindowHandle(void)
// NOTE: Returned handle is: void *HWND (windows.h)
return glfwGetWin32Window(CORE.Window.handle);
#endif
#if defined(__linux__) && !defined(PLATFORM_DRM)
#if defined(PLATFORM_DESKTOP) && defined(__linux__)
// NOTE: Returned handle is: unsigned long Window (X.h)
// typedef unsigned long XID;
// typedef XID Window;

Cargando…
Cancelar
Guardar