mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 15:13:11 +00:00
REVIEWED: GetWindowHandle() #2950
This commit is contained in:
parent
f4f6e25340
commit
d3f5bc4043
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user