mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 14:12:04 +08:00
ref_api: make handle as argument and use type request input
This commit is contained in:
@@ -513,12 +513,9 @@ qboolean VID_SetMode( void )
|
||||
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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user