Superflous WINAPI removed.

This commit is contained in:
Marcus Meissner 1998-12-08 10:14:00 +00:00 committed by Alexandre Julliard
parent 96fc54ba24
commit daf860e501
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void X11DRV_EVENT_DeleteIO( int fd, unsigned io_type )
/*********************************************************************** /***********************************************************************
* X11DRV_EVENT_IsUserIdle * X11DRV_EVENT_IsUserIdle
*/ */
BOOL16 WINAPI X11DRV_EVENT_IsUserIdle(void) BOOL16 X11DRV_EVENT_IsUserIdle(void)
{ {
struct timeval timeout = {0, 0}; struct timeval timeout = {0, 0};
fd_set check_set; fd_set check_set;