From 859e34f1f5c95c3b2c6a95b57496f11bb970a2f3 Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 30 Sep 2007 13:06:34 +0000 Subject: Make sure Info_RemoveKey removes any possible duplicates. Misc code cleanup. --- source/sys_unix.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/sys_unix.c') diff --git a/source/sys_unix.c b/source/sys_unix.c index 50ba9cb..7b471f0 100644 --- a/source/sys_unix.c +++ b/source/sys_unix.c @@ -540,7 +540,7 @@ Sys_GetClipboardData ================= */ char *Sys_GetClipboardData( void ) { -#ifdef USE_SDL +#if USE_SDL SDL_SysWMinfo info; Display *dpy; Window sowner, win; @@ -684,7 +684,7 @@ static void Sys_Segv( int signum ) { Sys_ShutdownTTY(); -#ifdef USE_SDL +#if USE_SDL SDL_ShowCursor( SDL_ENABLE ); SDL_WM_GrabInput( SDL_GRAB_OFF ); SDL_Quit(); @@ -775,7 +775,7 @@ void Sys_Error( const char *error, ... ) { Sys_ShutdownTTY(); -#ifdef USE_SDL +#if USE_SDL SDL_ShowCursor( SDL_ENABLE ); SDL_WM_GrabInput( SDL_GRAB_OFF ); SDL_Quit(); -- cgit v1.2.3