ref_api: make handle as argument and use type request input

This commit is contained in:
TheEVolk
2025-05-24 20:47:28 +05:00
committed by Alibek Omarov
parent 9ebeb520fa
commit 735f4e2bcb
6 changed files with 59 additions and 58 deletions
+2 -5
View File
@@ -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;
}
/*