Do the same for RGFW
This commit is contained in:
parent
921c1055d2
commit
cb17e0e928
|
|
@ -723,7 +723,7 @@ void *GetWindowHandle(void)
|
|||
|
||||
void *GetPlatformHandle(void)
|
||||
{
|
||||
return platform.handle;
|
||||
return (void*)platform.handle;
|
||||
}
|
||||
|
||||
// Get number of monitors
|
||||
|
|
|
|||
|
|
@ -543,8 +543,7 @@ void *GetWindowHandle(void)
|
|||
|
||||
void *GetPlatformHandle(void)
|
||||
{
|
||||
TRACELOG(LOG_WARNING, "GetPlatformHandle() not implemented on target platform");
|
||||
return NULL;
|
||||
return (void*)platform.window;
|
||||
}
|
||||
|
||||
// Get number of monitors
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user