diff options
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index cfdea2ad4..9069a1cb5 100644 --- a/include/input.h +++ b/include/input.h @@ -714,4 +714,13 @@ extern _X_HIDDEN void input_constrain_cursor(DeviceIntPtr pDev, ScreenPtr screen int *out_x, int *out_y, int *nevents, InternalEvent* events); +static inline void input_lock(void) { +} + +static inline void input_unlock(void) { +} + +static inline void input_force_unlock(void) { +} + #endif /* INPUT_H */ |