From b664b448695601d28da1f3d74fe327b3901ab28c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 18 Feb 2025 14:53:45 +0100 Subject: [PATCH] present: fix prototype for present_select_input() Wants XID instead of CARD32 for 2nd parameter. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- present/present_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/present/present_priv.h b/present/present_priv.h index 351f98621..aea4ad52e 100644 --- a/present/present_priv.h +++ b/present/present_priv.h @@ -345,7 +345,7 @@ present_send_idle_notify(WindowPtr window, CARD32 serial, PixmapPtr pixmap, pres int present_select_input(ClientPtr client, - CARD32 eid, + XID eid, WindowPtr window, CARD32 event_mask);