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

/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dshapeproto.h155 } xShapeQueryExtentsReply; typedef in typeref:struct:__anoncf80d8d20208
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c626 xShapeQueryExtentsReply rep;
635 rep = (xShapeQueryExtentsReply) {
684 WriteToClient(client, sizeof(xShapeQueryExtentsReply), &rep);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c638 xShapeQueryExtentsReply rep;
647 memset(&rep, 0, sizeof(xShapeQueryExtentsReply));
693 WriteToClient(client, sizeof (xShapeQueryExtentsReply), (char *)&rep);
/xsrc/external/mit/libXext/dist/src/
H A DXShape.c357 xShapeQueryExtentsReply rep;

Completed in 10 milliseconds