Lines Matching refs:InitInput

5540         (EE) 23: Xwayland (InitInput)
10234 #17 0x0000000000418cad in InitInput (argc=12, argv=0x7fffffffd9c8)
17035 During the InitInput() phase, the wayland events get dequeued so we
20857 #3 InitInput darwin.c:571 (X11.bin+0x00010002ea09)
24817 xwayland: Restore wl_display_roundtrip() in InitInput
24821 The rountrip in Xwayland's InitInput() is unlikely the culprit for the
24823 InitInput().
24830 InitInput()
24835 when we reach InitInput()'s wl_display_roundtrip() and therefore we end
24839 Removing the wl_display_roundtrip() from InitInput() will not fix the
24845 InitInput() still doesn't seem right. so this part is not restored
25883 xwayland: don't check events as early as InitInput
25886 InitInput() before the connection data is initialized, causing a crash.
25888 Remove the wayland rountrips from InitInput() as this is done again in
30994 #1 0x10157f3bc in InitInput darwin.c:566
62337 ==2547== by 0x419FA3: vfbKeybdProc (InitInput.c:74)
89676 xfree86: update comment for InitInput
97735 InitInput simply initialises all input devices now.
115701 Add CloseInput (counterpart to InitInput) to be able to clean up the config
116188 main: move config_init() after InitInput()
116192 the event queue is only initialized later in InitInput(). Oops.
121609 xf86Xinput.c: get DIX event queue pointer once at InitInput time
121611 The DIX event queue is allocated before InitInput is called, so fetch
134799 Xvfb: Remove unused function GetLK201Mappings in InitInput.c
135827 XQuartz: Don't need explicit Activate/EnableDevice in InitInput
139463 The xfree86 server previously hat NewInputDeviceRequest and InitInput, and
139465 xf86NewInputDevice from both InitInput and NIDR to actually create the device.
174325 Set the names properly in Ephyr{Keyboard,Mouse}Init, not in InitInput.
175161 Rejig InitInput, so each DDX has to add a list of drivers it supports.