present: fix prototype for present_select_input()

Wants XID instead of CARD32 for 2nd parameter.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1809>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-02-18 14:53:45 +01:00 committed by Marge Bot
parent 90bc995016
commit b664b44869

View File

@ -345,7 +345,7 @@ present_send_idle_notify(WindowPtr window, CARD32 serial, PixmapPtr pixmap, pres
int int
present_select_input(ClientPtr client, present_select_input(ClientPtr client,
CARD32 eid, XID eid,
WindowPtr window, WindowPtr window,
CARD32 event_mask); CARD32 event_mask);