Searched defs:byType (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c621 * @note Xkb takes precedence over byType takes precedence over byLayout,
630 unsigned byLayout, byType, byXkb; local
636 byType = X11DRV_InitKeyboardByType(display);
638 *byTypeOK = byType;
647 if (byType)
659 return (byLayout || byType || byXkb) ? 1 : 0;

Completed in 1461 milliseconds