From 719586a3c41770b288f29128d5c0dd04308dc7f0 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Sun, 4 Nov 2001 09:01:41 +0000 Subject: [PATCH] SDL applies to more than X11... --- main/gamecntl.c | 2 +- main/inferno.c | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/main/gamecntl.c b/main/gamecntl.c index bc598d34..8c5bbf45 100644 --- a/main/gamecntl.c +++ b/main/gamecntl.c @@ -564,7 +564,7 @@ int do_game_pause() } #ifdef SDL_INPUT - /* keep the mouse from wandering in SDL/X11 */ + /* keep the mouse from wandering in SDL */ if (FindArg("-grabmouse")) SDL_WM_GrabInput(SDL_GRAB_ON); #endif diff --git a/main/inferno.c b/main/inferno.c index 81e6a923..4ab32b00 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -13,13 +13,16 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. /* * $Source: /cvs/cvsroot/d2x/main/inferno.c,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * $Author: bradleyb $ - * $Date: 2001-10-31 07:41:54 $ + * $Date: 2001-11-04 09:01:41 $ * * FIXME: put description here * * $Log: not supported by cvs2svn $ + * Revision 1.13 2001/10/31 07:41:54 bradleyb + * Sync with d1x + * * Revision 1.12 2001/10/27 01:39:23 bradleyb * added some documentation * @@ -891,7 +894,7 @@ int main(int argc,char **argv) #endif #ifdef SDL_INPUT - /* keep the mouse from wandering in SDL/X11 */ + /* keep the mouse from wandering in SDL */ if (FindArg("-grabmouse")) SDL_WM_GrabInput(SDL_GRAB_ON); -- 2.39.2