Lines Matching defs:re
1154 XvEvent *re = (XvEvent *) host;
1161 re->xvvideo.type = event->u.u.type & 0x7f;
1162 re->xvvideo.serial = _XSetLastRequestRead(dpy, (xGenericReply *) event);
1163 re->xvvideo.send_event = ((event->u.u.type & 0x80) != 0);
1164 re->xvvideo.display = dpy;
1165 re->xvvideo.time = event->u.videoNotify.time;
1166 re->xvvideo.reason = event->u.videoNotify.reason;
1167 re->xvvideo.drawable = event->u.videoNotify.drawable;
1168 re->xvvideo.port_id = event->u.videoNotify.port;
1171 re->xvport.type = event->u.u.type & 0x7f;
1172 re->xvport.serial = _XSetLastRequestRead(dpy, (xGenericReply *) event);
1173 re->xvport.send_event = ((event->u.u.type & 0x80) != 0);
1174 re->xvport.display = dpy;
1175 re->xvport.time = event->u.portNotify.time;
1176 re->xvport.port_id = event->u.portNotify.port;
1177 re->xvport.attribute = event->u.portNotify.attribute;
1178 re->xvport.value = event->u.portNotify.value;