Searched refs:maxbuttons (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c2549 int maxbuttons = 0; local in function:RecalculateMasterButtons
2563 maxbuttons = max(maxbuttons, dev->button->numButtons);
2566 if (master->button && master->button->numButtons != maxbuttons) {
2576 .buttons.num_buttons = maxbuttons
2579 master->button->numButtons = maxbuttons;
2580 if (last_num_buttons < maxbuttons) {
2582 maxbuttons,
2586 (maxbuttons - last_num_buttons) * sizeof(XkbAction));
2589 memcpy(&event.buttons.names, master->button->labels, maxbuttons *
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c2378 int maxbuttons = 0; local in function:RecalculateMasterButtons
2394 maxbuttons = max(maxbuttons, dev->button->numButtons);
2397 if (master->button && master->button->numButtons != maxbuttons)
2404 master->button->numButtons = maxbuttons;
2411 event.buttons.num_buttons = maxbuttons;
2412 memcpy(&event.buttons.names, master->button->labels, maxbuttons *
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c615 size_t maxbuttons = max(to->button->numButtons, from->button->numButtons); local in function:DeepCopyPointerClasses
617 maxbuttons,
619 memset(to->button->xkb_acts, 0, maxbuttons * sizeof(XkbAction));

Completed in 12 milliseconds