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

/xsrc/external/mit/xkeyboard-config/dist/tests/mxkbledpanel/
H A Dmxkbledpanel.c122 XkbEvent *xkbEv = (XkbEvent *) event; local in function:XkbEventHandler
124 if (xkbEv->any.xkb_type==XkbIndicatorStateNotify) {
128 if ((xkbEv->indicators.changed&bit)&&(leds[i]))
130 if (xkbEv->indicators.state&bit)
136 else if (xkbEv->any.xkb_type==XkbIndicatorMapNotify) {
137 unsigned change= xkbEv->indicators.changed;

Completed in 4 milliseconds