From 9ed544679a352d50cef9b1a9a0c12dd3dd63ea61 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Wed, 25 Feb 2009 18:23:28 +0000 Subject: Interpret NONBLOCK as PEEK; poll while sleeping. Also use Common::List for internal event queue. svn-id: r38880 --- engines/sci/include/uinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/include') diff --git a/engines/sci/include/uinput.h b/engines/sci/include/uinput.h index eb9a5a6439..dbf8cc424f 100644 --- a/engines/sci/include/uinput.h +++ b/engines/sci/include/uinput.h @@ -61,7 +61,7 @@ struct sci_event_t { /*Fake values for other events*/ #define SCI_EVT_ERROR (1<<10) #define SCI_EVT_QUIT (1<<11) -#define SCI_EVT_NONBLOCK (1<<15) +#define SCI_EVT_PEEK (1<<15) /* The QUIT event may be used to signal an external 'quit' command being ** issued to the gfx driver. */ #define SCI_EVT_ANY 0x7fff -- cgit v1.2.3