Lines Matching refs:pev
132 register deviceKeyButtonPointer *pev;
136 pev = (deviceKeyButtonPointer *) Xmalloc(*count * sizeof(xEvent));
137 if (!pev)
139 *event = (xEvent *) pev;
141 pev->type = ev->type;
142 pev->root = ev->root;
143 pev->event = ev->window;
144 pev->child = ev->subwindow;
145 pev->time = ev->time;
146 pev->event_x = ev->x;
147 pev->event_y = ev->y;
148 pev->root_x = ev->x_root;
149 pev->root_y = ev->y_root;
150 pev->state = ev->state;
151 pev->same_screen = ev->same_screen;
152 pev->deviceid = ev->deviceid | MORE_EVENTS;
154 vev = (deviceValuator *)++ pev;