mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Xi: adding MPX checks to ProcessOtherEvents
mpx: adding QueryPointer request and reply adjusting names of requests to Xlib compatible naming (xMPX*** instead of mpx***)
This commit is contained in:
parent
416f1bb99a
commit
2a511492f9
13 changed files with 223 additions and 71 deletions
|
|
@ -28,7 +28,7 @@ void
|
|||
SReplyMPXDispatch (
|
||||
ClientPtr /* client */,
|
||||
int /* len */,
|
||||
mpxGetExtensionVersionReply * /* rep */
|
||||
xMPXGetExtensionVersionReply * /* rep */
|
||||
);
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in a new issue