mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
ref_api: make handle as argument and use type request input
This commit is contained in:
@@ -246,12 +246,9 @@ qboolean SW_CreateBuffer( int width, int height, uint *stride, uint *bpp, uint *
|
||||
return true;
|
||||
}
|
||||
|
||||
window_handle_t R_GetWindowHandle( void )
|
||||
qboolean R_GetWindowHandle( void **handle, int type )
|
||||
{
|
||||
window_handle_t handle;
|
||||
handle.type = REF_WINDOW_TYPE_NONE;
|
||||
handle.handle = NULL;
|
||||
return handle;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user