Re: [PATCH v2 xserver] os: log a bug whenever WriteToClient is called from the input thread

2017-02-24 Thread Olivier Fourdan
> The input thread should generate events, not send them. Make it easier to > find the instances where it's doing so. > > Signed-off-by: Peter Hutterer > Tested-by: Olivier Fourdan > --- > Changes to v1: > - add check for InputThreadInfo to avoid null-pointer dereference > - remove leftover decl

[PATCH v2 xserver] os: log a bug whenever WriteToClient is called from the input thread

2017-02-23 Thread Peter Hutterer
The input thread should generate events, not send them. Make it easier to find the instances where it's doing so. Signed-off-by: Peter Hutterer Tested-by: Olivier Fourdan --- Changes to v1: - add check for InputThreadInfo to avoid null-pointer dereference - remove leftover declaration for in_inp