engine: platform: allow querying window type through R_GetWindowHandle

This commit is contained in:
Alibek Omarov
2025-05-24 21:28:09 +05:00
parent 735f4e2bcb
commit 3f81af50af
5 changed files with 69 additions and 53 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