Lines Matching defs:re
208 XPresentRedirectNotifyEvent *re = malloc (sizeof (XPresentRedirectNotifyEvent) + nnotifies * sizeof (XPresentNotify));
209 XPresentNotify *XNotify = (XPresentNotify *) (re + 1);
211 cookie->data = re;
213 re->type = cookie->type;
214 re->serial = cookie->serial;
215 re->send_event = cookie->send_event;
216 re->display = cookie->display;
217 re->extension = cookie->extension;
218 re->evtype = cookie->evtype;
220 re->eid = proto->eid;
221 re->event_window = proto->event_window;
223 re->window = proto->window;
224 re->pixmap = proto->pixmap;
225 re->serial_number = proto->serial;
227 re->valid_region = proto->valid_region;
228 re->update_region = proto->update_region;
230 re->valid_rect = *(XRectangle *) &(proto->valid_rect);
231 re->update_rect = *(XRectangle *) &(proto->update_rect);
233 re->x_off = proto->x_off;
234 re->y_off = proto->y_off;
235 re->target_crtc = proto->target_crtc;
237 re->wait_fence = proto->wait_fence;
238 re->idle_fence = proto->idle_fence;
240 re->options = proto->options;
242 re->target_msc = proto->target_msc;
243 re->divisor = proto->divisor;
244 re->remainder = proto->remainder;
246 re->nnotifies = nnotifies;
247 re->notifies = XNotify;