Commit 4c52a28e authored by Alexandre Julliard's avatar Alexandre Julliard

winex11: Use explicit prototypes for function pointers.

parent a85b6fe2
......@@ -323,7 +323,7 @@ static inline void call_event_handler( Display *display, XEvent *event )
/***********************************************************************
* process_events
*/
static int process_events( Display *display, Bool (*filter)(), ULONG_PTR arg )
static int process_events( Display *display, Bool (*filter)(Display*, XEvent*,XPointer), ULONG_PTR arg )
{
XEvent event, prev_event;
int count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment