Searched refs:xShapeQueryVersionReply (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dshapeproto.h69 } xShapeQueryVersionReply; typedef in typeref:struct:__anoncf80d8d20108
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c216 xShapeQueryVersionReply rep;
220 memset(&rep, 0, sizeof(xShapeQueryVersionReply));
232 WriteToClient(client, sizeof (xShapeQueryVersionReply), (char *)&rep);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c207 xShapeQueryVersionReply rep = {
223 WriteToClient(client, sizeof(xShapeQueryVersionReply), &rep);
/xsrc/external/mit/libXext/dist/src/
H A DXShape.c168 xShapeQueryVersionReply rep;

Completed in 10 milliseconds