Home | History | Annotate | Download | only in test

Lines Matching refs:xi

292     xEvent *xi;
296 rc = EventToXI((InternalEvent*)ev, &xi, &count);
300 deviceKeyButtonPointer *kbp = (deviceKeyButtonPointer*)xi;
316 deviceValuator *v = (deviceValuator*)&xi[count];
322 free(xi);
328 * - all conversions should generate the right XI event type
532 /* ignoreDevice FALSE must fail for different devices for CORE and XI */
552 * and XI */
651 /* XIAnyModifier must fail for CORE and XI */
1243 g_test_add_func("/Xi/xiproperty/register-unregister", xi_unregister_handlers);