From 29ed69737c5b5719649d1988217f6bbeb565de1a Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 8 Aug 2008 21:35:33 +0000 Subject: * Add Sys_GLimpInit for platform specific GLimp initialisation * Move Unix specific signal handlers to Sys_PlatformInit * (Windows only) Don't set the SDL video driver if SDL_VIDEODRIVER is already set externally * (Windows only) Use the "windib" SDL video driver if in_mouse is set to -1 git-svn-id: svn://svn.icculus.org/quake3/trunk@1440 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/sys/sys_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/sys/sys_local.h') diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h index 97a9ad6..353d360 100644 --- a/code/sys/sys_local.h +++ b/code/sys/sys_local.h @@ -47,6 +47,7 @@ unsigned int CON_LogRead( char *out, unsigned int outSize ); char *Sys_StripAppBundle( char *pwd ); #endif +void Sys_GLimpInit( void ); void Sys_PlatformInit( void ); void Sys_SigHandler( int signal ); void Sys_ErrorDialog( const char *error ); -- cgit v1.2.3