Lines Matching refs:xnestDisplay
68 XBell(xnestDisplay, volume); in xnestBell()
74 XBell(xnestDisplay, volume); in DDXRingBell()
95 XChangeKeyboardControl(xnestDisplay, value_mask, &values); in xnestChangeKeyboardControl()
108 XChangeKeyboardControl(xnestDisplay, value_mask, &values); in xnestChangeKeyboardControl()
129 XDisplayKeycodes(xnestDisplay, &min_keycode, &max_keycode); in xnestKeyboardProc()
135 keymap64 = XGetKeyboardMapping(xnestDisplay, in xnestKeyboardProc()
146 keymap = XGetKeyboardMapping(xnestDisplay, in xnestKeyboardProc()
152 modifier_keymap = XGetModifierMapping(xnestDisplay); in xnestKeyboardProc()
170 if (XkbQueryExtension(xnestDisplay, &op, &event, &error, &major, &minor) in xnestKeyboardProc()
176 XkbGetKeyboard(xnestDisplay, XkbGBN_AllComponentsMask, in xnestKeyboardProc()
182 XkbGetControls(xnestDisplay, XkbAllControlsMask, xkb); in xnestKeyboardProc()
198 XSelectInput(xnestDisplay, xnestDefaultWindows[i], xnestEventMask); in xnestKeyboardProc()
203 XSelectInput(xnestDisplay, xnestDefaultWindows[i], xnestEventMask); in xnestKeyboardProc()
211 XGetKeyboardControl(xnestDisplay, &values); in xnestKeyboardProc()