Akihiro Sagawa : winex11: Use proper return type for process_events().

Alexandre Julliard julliard at winehq.org
Mon Aug 29 11:07:22 CDT 2016


Module: wine
Branch: master
Commit: 876d5de0b46d30b7a2977b0b66981345620955dd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=876d5de0b46d30b7a2977b0b66981345620955dd

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Sun Aug 28 23:30:43 2016 +0900

winex11: Use proper return type for process_events().

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winex11.drv/event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c
index 94b70f7..a0bfe05 100644
--- a/dlls/winex11.drv/event.c
+++ b/dlls/winex11.drv/event.c
@@ -405,7 +405,7 @@ static inline BOOL call_event_handler( Display *display, XEvent *event )
 /***********************************************************************
  *           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;
     int count = 0;




More information about the wine-cvs mailing list