Lines Matching refs:to
6 * Permission to use, copy, modify, distribute, and sell this software and its
11 * publicity pertaining to distribution of the software without specific,
108 xRRScreenChangeNotifyEvent *to)
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);
127 xRRCrtcChangeNotifyEvent *to)
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);
146 xRROutputChangeNotifyEvent *to)
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;
164 xRROutputPropertyNotifyEvent *to)
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;
182 xEvent *to)
187 (xRRCrtcChangeNotifyEvent *) to);
191 (xRROutputChangeNotifyEvent *) to);
195 (xRROutputPropertyNotifyEvent *) to);
454 * Return the first output which is connected to an active CRTC