engine: platform: allow querying window type through R_GetWindowHandle

This commit is contained in:
Alibek Omarov
2025-05-24 22:03:43 +05:00
parent 735f4e2bcb
commit 694472f4c1
6 changed files with 74 additions and 54 deletions
+2 -2
View File
@@ -246,9 +246,9 @@ qboolean SW_CreateBuffer( int width, int height, uint *stride, uint *bpp, uint *
return true;
}
qboolean R_GetWindowHandle( void **handle, int type )
ref_window_type_t R_GetWindowHandle( void **handle, ref_window_type_t type )
{
return FALSE;
return REF_WINDOW_TYPE_NULL;
}
#endif