XI: directly write out X_XIGetClientPointer reply

Write out the X_XIGetClientPointer reply directly (and do the swapping
within the request handler) instead of going through separate callback
that's having demux the replies again.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-04-01 13:41:14 +02:00
parent f95fa10d6d
commit e916ae88bc
3 changed files with 8 additions and 24 deletions

View File

@@ -29,10 +29,8 @@
#ifndef GETCPTR_H
#define GETCPTR_H 1
int SProcXIGetClientPointer(ClientPtr /* client */ );
int ProcXIGetClientPointer(ClientPtr /* client */ );
void SRepXIGetClientPointer(ClientPtr /* client */ ,
int /* size */ ,
xXIGetClientPointerReply * /* rep */ );
#endif /* GETCPTR_H */