Lines Matching refs:from

107 SRRScreenChangeNotifyEvent(xRRScreenChangeNotifyEvent *from,
110 to->type = from->type;
111 to->rotation = from->rotation;
112 cpswaps(from->sequenceNumber, to->sequenceNumber);
113 cpswapl(from->timestamp, to->timestamp);
114 cpswapl(from->configTimestamp, to->configTimestamp);
115 cpswapl(from->root, to->root);
116 cpswapl(from->window, to->window);
117 cpswaps(from->sizeID, to->sizeID);
118 cpswaps(from->subpixelOrder, to->subpixelOrder);
119 cpswaps(from->widthInPixels, to->widthInPixels);
120 cpswaps(from->heightInPixels, to->heightInPixels);
121 cpswaps(from->widthInMillimeters, to->widthInMillimeters);
122 cpswaps(from->heightInMillimeters, to->heightInMillimeters);
126 SRRCrtcChangeNotifyEvent(xRRCrtcChangeNotifyEvent *from,
129 to->type = from->type;
130 to->subCode = from->subCode;
131 cpswaps(from->sequenceNumber, to->sequenceNumber);
132 cpswapl(from->timestamp, to->timestamp);
133 cpswapl(from->window, to->window);
134 cpswapl(from->crtc, to->crtc);
135 cpswapl(from->mode, to->mode);
136 cpswaps(from->rotation, to->rotation);
138 cpswaps(from->x, to->x);
139 cpswaps(from->y, to->y);
140 cpswaps(from->width, to->width);
141 cpswaps(from->height, to->height);
145 SRROutputChangeNotifyEvent(xRROutputChangeNotifyEvent *from,
148 to->type = from->type;
149 to->subCode = from->subCode;
150 cpswaps(from->sequenceNumber, to->sequenceNumber);
151 cpswapl(from->timestamp, to->timestamp);
152 cpswapl(from->configTimestamp, to->configTimestamp);
153 cpswapl(from->window, to->window);
154 cpswapl(from->output, to->output);
155 cpswapl(from->crtc, to->crtc);
156 cpswapl(from->mode, to->mode);
157 cpswaps(from->rotation, to->rotation);
158 to->connection = from->connection;
159 to->subpixelOrder = from->subpixelOrder;
163 SRROutputPropertyNotifyEvent(xRROutputPropertyNotifyEvent *from,
166 to->type = from->type;
167 to->subCode = from->subCode;
168 cpswaps(from->sequenceNumber, to->sequenceNumber);
169 cpswapl(from->window, to->window);
170 cpswapl(from->output, to->output);
171 cpswapl(from->atom, to->atom);
172 cpswapl(from->timestamp, to->timestamp);
173 to->state = from->state;
181 SRRNotifyEvent (xEvent *from,
184 switch (from->u.u.detail) {
186 SRRCrtcChangeNotifyEvent ((xRRCrtcChangeNotifyEvent *) from,
190 SRROutputChangeNotifyEvent ((xRROutputChangeNotifyEvent *) from,
194 SRROutputPropertyNotifyEvent ((xRROutputPropertyNotifyEvent *) from,