Lines Matching refs:ce
137 XPresentConfigureNotifyEvent *ce = malloc (sizeof (XPresentConfigureNotifyEvent));
138 cookie->data = ce;
139 if (ce == NULL)
142 ce->type = cookie->type;
143 ce->serial = cookie->serial;
144 ce->send_event = cookie->send_event;
145 ce->display = cookie->display;
146 ce->extension = cookie->extension;
147 ce->evtype = cookie->evtype;
149 ce->eid = proto->eid;
150 ce->window = proto->window;
151 ce->x = proto->x;
152 ce->y = proto->y;
153 ce->width = proto->width;
154 ce->height = proto->height;
155 ce->off_x = proto->off_x;
156 ce->off_y = proto->off_y;
157 ce->pixmap_width = proto->pixmap_width;
158 ce->pixmap_height = proto->pixmap_height;
159 ce->pixmap_flags = proto->pixmap_flags;
165 XPresentCompleteNotifyEvent *ce = malloc (sizeof (XPresentCompleteNotifyEvent));
166 cookie->data = ce;
167 if (ce == NULL)
170 ce->type = cookie->type;
171 ce->serial = cookie->serial;
172 ce->send_event = cookie->send_event;
173 ce->display = cookie->display;
174 ce->extension = cookie->extension;
175 ce->evtype = cookie->evtype;
177 ce->eid = proto->eid;
178 ce->window = proto->window;
179 ce->serial_number = proto->serial;
180 ce->ust = proto->ust;
181 ce->msc = proto->msc;
182 ce->kind = proto->kind;
183 ce->mode = proto->mode;
189 XPresentIdleNotifyEvent *ce = malloc (sizeof (XPresentIdleNotifyEvent));
190 cookie->data = ce;
191 if (ce == NULL)
194 ce->type = cookie->type;
195 ce->serial = cookie->serial;
196 ce->send_event = cookie->send_event;
197 ce->display = cookie->display;
198 ce->extension = cookie->extension;
199 ce->evtype = cookie->evtype;
201 ce->eid = proto->eid;
202 ce->window = proto->window;
203 ce->serial_number = proto->serial;
204 ce->pixmap = proto->pixmap;
205 ce->idle_fence = proto->idle_fence;