mirror of
https://github.com/reactos/wine.git
synced 2025-01-06 03:09:14 +00:00
winex11: Use proper return type for process_events().
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
030e1f4f5f
commit
876d5de0b4
@ -405,7 +405,7 @@ static inline BOOL call_event_handler( Display *display, XEvent *event )
|
|||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* process_events
|
* process_events
|
||||||
*/
|
*/
|
||||||
static int process_events( Display *display, Bool (*filter)(Display*, XEvent*,XPointer), ULONG_PTR arg )
|
static BOOL process_events( Display *display, Bool (*filter)(Display*, XEvent*,XPointer), ULONG_PTR arg )
|
||||||
{
|
{
|
||||||
XEvent event, prev_event;
|
XEvent event, prev_event;
|
||||||
int count = 0;
|
int count = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user