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

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbEvents.c312 CARD32 changedControls; local in function:XkbComputeControlsNotify
314 changedControls= 0;
320 changedControls|= XkbControlsEnabledMask;
323 changedControls|= XkbRepeatKeysMask;
326 changedControls|= XkbPerKeyRepeatMask;
328 changedControls|= XkbSlowKeysMask;
330 changedControls|= XkbBounceKeysMask;
334 changedControls|= XkbMouseKeysMask;
338 changedControls|= XkbMouseKeysAccelMask;
340 changedControls|
387 CARD32 changedControls, enabledControls, enabledChanges = 0; local in function:XkbSendControlsNotify
[all...]
H A DxkbUtils.c759 cn.changedControls= XkbControlsEnabledMask;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbEvents.c310 CARD32 changedControls; local in function:XkbComputeControlsNotify
312 changedControls = 0;
318 changedControls |= XkbControlsEnabledMask;
321 changedControls |= XkbRepeatKeysMask;
324 changedControls |= XkbPerKeyRepeatMask;
326 changedControls |= XkbSlowKeysMask;
328 changedControls |= XkbBounceKeysMask;
332 changedControls |= XkbMouseKeysMask;
336 changedControls |= XkbMouseKeysAccelMask;
338 changedControls |
386 CARD32 changedControls, enabledControls, enabledChanges = 0; local in function:XkbSendControlsNotify
[all...]
H A DxkbUtils.c782 cn.changedControls = XkbControlsEnabledMask;
/xsrc/external/mit/libX11/dist/src/xkb/
H A DXKBUse.c329 cev->changed_ctrls = cn->changedControls;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h1115 CARD32 changedControls; member in struct:_xkbControlsNotify

Completed in 16 milliseconds