[X2Go-Commits] [nx-libs] 154/429: Events.h: fix wrong prototype

git-admin at x2go.org git-admin at x2go.org
Mon Oct 18 09:36:21 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit f10e9d9ac1e689222c03ce823fdce99d78ae6b3e
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Thu Dec 31 01:01:48 2020 +0100

    Events.h: fix wrong prototype
---
 nx-X11/programs/Xserver/hw/nxagent/Events.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Events.h b/nx-X11/programs/Xserver/hw/nxagent/Events.h
index fc00ba1d0..42784a8f3 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Events.h
+++ b/nx-X11/programs/Xserver/hw/nxagent/Events.h
@@ -209,7 +209,7 @@ extern int nxagentInputEvent;
  * Event-handling utilities.
  */
 
-Bool nxagentPendingEvents(Display *dpy);
+int nxagentPendingEvents(Display *dpy);
 
 #define nxagentQueuedEvents(display) \
     XQLength((display))

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list