mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
engine: platform: allow querying window type through R_GetWindowHandle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user