mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 10:21:57 +08:00
change prototype of wait_event
This commit is contained in:
@@ -108,7 +108,7 @@ static const char* keyboard_getstate (void)
|
||||
return (const char*)kbd_state;
|
||||
}
|
||||
|
||||
static int wait_event (int which, fd_set *in, fd_set *out, fd_set *except,
|
||||
static int wait_event (int which, int maxfd, fd_set *in, fd_set *out, fd_set *except,
|
||||
struct timeval *timeout)
|
||||
{
|
||||
int retvalue;
|
||||
|
||||
Reference in New Issue
Block a user