mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 01:00:30 +01:00
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>
(cherry picked from commit b664b44869)
This commit is contained in:
parent
92107b5803
commit
ce86a7c622
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue