aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_local.h
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-08 21:35:33 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-08 21:35:33 +0000
commit29ed69737c5b5719649d1988217f6bbeb565de1a (patch)
tree69b785b5175748159803f01f9c0719d751edcefe /code/sys/sys_local.h
parentd4a09221a37805a2530a41b62f0a283f5ff7f654 (diff)
downloadioquake3-aero-29ed69737c5b5719649d1988217f6bbeb565de1a.tar.gz
ioquake3-aero-29ed69737c5b5719649d1988217f6bbeb565de1a.zip
* 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
Diffstat (limited to 'code/sys/sys_local.h')
-rw-r--r--code/sys/sys_local.h1
1 files changed, 1 insertions, 0 deletions
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 );