xserver-multidpi/mpx/getvers.h
Peter Hutterer 2a511492f9 Xi: adding MPX checks to ProcessOtherEvents
mpx:    adding QueryPointer request and reply
	adjusting names of requests to Xlib compatible naming (xMPX*** instead of
	mpx***)
2006-12-05 15:45:18 +10:30

23 lines
434 B
C

/* Copyright 2006 by Peter Hutterer <peter@cs.unisa.edu.au> */
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
#ifndef GETVERS_H
#define GETVERS_H 1
int SProcMPXGetExtensionVersion(ClientPtr /* client */
);
int ProcMPXGetExtensionVersion(ClientPtr /* client */
);
void SRepMPXGetExtensionVersion(ClientPtr /* client */ ,
int /* size */ ,
xMPXGetExtensionVersionReply * /* rep */
);
#endif