xserver: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sun Feb 23 18:07:49 UTC 2025
present/present_priv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b664b448695601d28da1f3d74fe327b3901ab28c
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Tue Feb 18 14:53:45 2025 +0100
present: fix prototype for present_select_input()
Wants XID instead of CARD32 for 2nd parameter.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1809>
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);
More information about the xorg-commit
mailing list