Lines Matching defs:req

238     xOvlGetPartnersReq		*req;
252 GetReq(OvlGetPartners, req);
253 req->reqType = info->codes->major_opcode;
254 req->ovlReqType = X_OvlGetPartners;
255 req->screen = screen;
446 xOvlGetSharedPixelsReq *req;
475 GetReq(OvlGetSharedPixels, req);
476 req->reqType = info->codes->major_opcode;
477 req->ovlReqType = X_OvlGetSharedPixels;
478 req->screen = screen;
546 xOvlGetSharedColorsReq *req;
574 GetReq(OvlGetSharedColors, req);
575 req->reqType = info->codes->major_opcode;
576 req->ovlReqType = X_OvlGetSharedColors;
577 req->screen = screen;
827 xOvlQueryVersionReq *req;
832 GetReq(OvlQueryVersion, req);
833 req->reqType = info->codes->major_opcode;
834 req->ovlReqType = X_OvlQueryVersion;
866 xOvlCreateWindowReq *req;
874 GetReq(OvlCreateWindow, req);
875 req->reqType = info->codes->major_opcode;
876 req->ovlReqType = X_OvlCreateWindow;
877 req->parent = parent;
878 req->x = x;
879 req->y = y;
880 req->width = width;
881 req->height = height;
882 req->borderWidth = border_width;
883 req->depth = depth;
884 req->class = class;
886 req->visual = CopyFromParent;
888 req->visual = visual->visualid;
890 wid = req->wid = XAllocID(dpy);
892 if (req->mask = valuemask) {
899 _XProcessWindowAttributes(dpy, (xChangeWindowAttributesReq *)req,
915 xOvlIsOverlayWindowReq *req;
921 GetReq(OvlIsOverlayWindow, req);
922 req->reqType = info->codes->major_opcode;
923 req->ovlReqType = X_OvlIsOverlayWindow;
924 req->wid = w;
940 xOvlSetWindowTransparentReq *req;
945 GetReq(OvlSetWindowTransparent, req);
946 req->reqType = info->codes->major_opcode;
947 req->ovlReqType = X_OvlSetWindowTransparent;
948 req->wid = w;
964 xOvlSetPaintTypeReq *req;
999 GetReq(OvlSetPaintType, req);
1000 req->reqType = info->codes->major_opcode;
1001 req->ovlReqType = X_OvlSetPaintType;
1002 req->gc = gc->gid;
1003 req->paintType = paintType;
1053 xOvlCopyPaintTypeReq *req;
1059 GetReq(OvlCopyPaintType, req);
1060 req->reqType = info->codes->major_opcode;
1061 req->ovlReqType = X_OvlCopyPaintType;
1062 req->srcDrawable = src;
1063 req->dstDrawable = dst;
1064 req->gc = gc->gid;
1065 req->srcX = src_x;
1066 req->srcY = src_y;
1067 req->destX = dest_x;
1068 req->destY = dest_y;
1069 req->width = width;
1070 req->height = height;
1071 req->action_mask = action_mask;
1072 req->bitPlane = planemask;
1102 xOvlCopyAreaAndPaintTypeReq *req;
1110 GetReq(OvlCopyAreaAndPaintType, req);
1111 req->reqType = info->codes->major_opcode;
1112 req->ovlReqType = X_OvlCopyAreaAndPaintType;
1113 req->colorSrc = colorSrc;
1114 req->paintTypeSrc = paintTypeSrc;
1115 req->colorDst = colorDst;
1116 req->paintTypeDst = paintTypeDst;
1117 req->colorGC = colorGC->gid;
1118 req->paintTypeGC = (paintTypeGC) ? paintTypeGC->gid : None;
1119 req->colorSrcX = colorSrcX;
1120 req->colorSrcY = colorSrcY;
1121 req->paintTypeSrcX = paintTypeSrcX;
1122 req->paintTypeSrcY = paintTypeSrcY;
1123 req->colorDstX = colorDstX;
1124 req->colorDstY = colorDstY;
1125 req->paintTypeDstX = paintTypeDstX;
1126 req->paintTypeDstY = paintTypeDstY;
1127 req->width = width;
1128 req->height = height;
1129 req->action_mask = action_mask;
1130 req->bitPlane = planemask;
1149 xOvlReadScreenReq *req;
1158 GetReq (OvlReadScreen, req);
1159 req->reqType = info->codes->major_opcode;
1160 req->ovlReqType = X_OvlReadScreen;
1161 req->window = w;
1162 req->x = x;
1163 req->y = y;
1164 req->width = width;
1165 req->height = height;
1166 req->includeCursor = includeCursor;