Close issue #2949
This commit is contained in:
parent
0eeb499288
commit
ab14ad5d75
1 changed files with 1 additions and 1 deletions
|
@ -1713,7 +1713,7 @@ void *GetWindowHandle(void)
|
||||||
// NOTE: Returned handle is: void *HWND (windows.h)
|
// NOTE: Returned handle is: void *HWND (windows.h)
|
||||||
return glfwGetWin32Window(CORE.Window.handle);
|
return glfwGetWin32Window(CORE.Window.handle);
|
||||||
#endif
|
#endif
|
||||||
#if defined(__linux__)
|
#if defined(__linux__) && !defined(PLATFORM_DRM)
|
||||||
// NOTE: Returned handle is: unsigned long Window (X.h)
|
// NOTE: Returned handle is: unsigned long Window (X.h)
|
||||||
// typedef unsigned long XID;
|
// typedef unsigned long XID;
|
||||||
// typedef XID Window;
|
// typedef XID Window;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue