diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-02-23 10:21:49 +1000 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-02-28 13:02:20 -0500 |
commit | b5c98aa6779b97882246b03c5dea646bd1355991 (patch) | |
tree | 0a1b992fd6b0db2a64e732322dfa49bba352413f /include | |
parent | 04c72d3c30623e360fd0bd37ed559915b93467f4 (diff) |
os: log a bug whenever WriteToClient is called from the input thread
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 <peter.hutterer@who-t.net>
Tested-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Olivier Fourdan <ofourdan@redhat.com>
(cherry picked from commit 1b12249fd6d4d3b566043d556503f3f625b9b4ba)
Diffstat (limited to 'include')
-rw-r--r-- | include/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index bb58b2200..6c9e45df6 100644 --- a/include/input.h +++ b/include/input.h @@ -722,6 +722,7 @@ extern _X_HIDDEN void input_constrain_cursor(DeviceIntPtr pDev, ScreenPtr screen extern _X_EXPORT void input_lock(void); extern _X_EXPORT void input_unlock(void); extern _X_EXPORT void input_force_unlock(void); +extern _X_EXPORT int in_input_thread(void); extern void InputThreadPreInit(void); extern void InputThreadInit(void); |