Commit f10e9d9a authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Events.h: fix wrong prototype

parent af7d8e3f
......@@ -209,7 +209,7 @@ extern int nxagentInputEvent;
* Event-handling utilities.
*/
Bool nxagentPendingEvents(Display *dpy);
int nxagentPendingEvents(Display *dpy);
#define nxagentQueuedEvents(display) \
XQLength((display))
......
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