Lines Matching refs:from
116 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent * from,
119 to->type = from->type;
120 to->rotation = from->rotation;
121 cpswaps(from->sequenceNumber, to->sequenceNumber);
122 cpswapl(from->timestamp, to->timestamp);
123 cpswapl(from->configTimestamp, to->configTimestamp);
124 cpswapl(from->root, to->root);
125 cpswapl(from->window, to->window);
126 cpswaps(from->sizeID, to->sizeID);
127 cpswaps(from->subpixelOrder, to->subpixelOrder);
128 cpswaps(from->widthInPixels, to->widthInPixels);
129 cpswaps(from->heightInPixels, to->heightInPixels);
130 cpswaps(from->widthInMillimeters, to->widthInMillimeters);
131 cpswaps(from->heightInMillimeters, to->heightInMillimeters);
135 SRRCrtcChangeNotifyEvent(xRRCrtcChangeNotifyEvent * from,
138 to->type = from->type;
139 to->subCode = from->subCode;
140 cpswaps(from->sequenceNumber, to->sequenceNumber);
141 cpswapl(from->timestamp, to->timestamp);
142 cpswapl(from->window, to->window);
143 cpswapl(from->crtc, to->crtc);
144 cpswapl(from->mode, to->mode);
145 cpswaps(from->rotation, to->rotation);
147 cpswaps(from->x, to->x);
148 cpswaps(from->y, to->y);
149 cpswaps(from->width, to->width);
150 cpswaps(from->height, to->height);
154 SRROutputChangeNotifyEvent(xRROutputChangeNotifyEvent * from,
157 to->type = from->type;
158 to->subCode = from->subCode;
159 cpswaps(from->sequenceNumber, to->sequenceNumber);
160 cpswapl(from->timestamp, to->timestamp);
161 cpswapl(from->configTimestamp, to->configTimestamp);
162 cpswapl(from->window, to->window);
163 cpswapl(from->output, to->output);
164 cpswapl(from->crtc, to->crtc);
165 cpswapl(from->mode, to->mode);
166 cpswaps(from->rotation, to->rotation);
167 to->connection = from->connection;
168 to->subpixelOrder = from->subpixelOrder;
172 SRROutputPropertyNotifyEvent(xRROutputPropertyNotifyEvent * from,
175 to->type = from->type;
176 to->subCode = from->subCode;
177 cpswaps(from->sequenceNumber, to->sequenceNumber);
178 cpswapl(from->window, to->window);
179 cpswapl(from->output, to->output);
180 cpswapl(from->atom, to->atom);
181 cpswapl(from->timestamp, to->timestamp);
182 to->state = from->state;
190 SRRProviderChangeNotifyEvent(xRRProviderChangeNotifyEvent * from,
193 to->type = from->type;
194 to->subCode = from->subCode;
195 cpswaps(from->sequenceNumber, to->sequenceNumber);
196 cpswapl(from->timestamp, to->timestamp);
197 cpswapl(from->window, to->window);
198 cpswapl(from->provider, to->provider);
202 SRRProviderPropertyNotifyEvent(xRRProviderPropertyNotifyEvent * from,
205 to->type = from->type;
206 to->subCode = from->subCode;
207 cpswaps(from->sequenceNumber, to->sequenceNumber);
208 cpswapl(from->window, to->window);
209 cpswapl(from->provider, to->provider);
210 cpswapl(from->atom, to->atom);
211 cpswapl(from->timestamp, to->timestamp);
212 to->state = from->state;
220 SRRResourceChangeNotifyEvent(xRRResourceChangeNotifyEvent * from,
223 to->type = from->type;
224 to->subCode = from->subCode;
225 cpswaps(from->sequenceNumber, to->sequenceNumber);
226 cpswapl(from->timestamp, to->timestamp);
227 cpswapl(from->window, to->window);
231 SRRLeaseNotifyEvent(xRRLeaseNotifyEvent * from,
234 to->type = from->type;
235 to->subCode = from->subCode;
236 cpswaps(from->sequenceNumber, to->sequenceNumber);
237 cpswapl(from->timestamp, to->timestamp);
238 cpswapl(from->window, to->window);
239 cpswapl(from->lease, to->lease);
240 to->created = from->created;
244 SRRNotifyEvent(xEvent *from, xEvent *to)
246 switch (from->u.u.detail) {
248 SRRCrtcChangeNotifyEvent((xRRCrtcChangeNotifyEvent *) from,
252 SRROutputChangeNotifyEvent((xRROutputChangeNotifyEvent *) from,
256 SRROutputPropertyNotifyEvent((xRROutputPropertyNotifyEvent *) from,
260 SRRProviderChangeNotifyEvent((xRRProviderChangeNotifyEvent *) from,
264 SRRProviderPropertyNotifyEvent((xRRProviderPropertyNotifyEvent *) from,
268 SRRResourceChangeNotifyEvent((xRRResourceChangeNotifyEvent *) from,
272 SRRLeaseNotifyEvent((xRRLeaseNotifyEvent *) from,