Do the same for RGFW

This commit is contained in:
sse2 2024-09-11 03:59:14 +03:00
parent 921c1055d2
commit cb17e0e928
2 changed files with 2 additions and 3 deletions

View File

@ -723,7 +723,7 @@ void *GetWindowHandle(void)
void *GetPlatformHandle(void)
{
return platform.handle;
return (void*)platform.handle;
}
// Get number of monitors

View File

@ -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