diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/input.h | 9 | ||||
-rw-r--r-- | include/os.h | 6 | ||||
-rw-r--r-- | include/xorg-config.h.in | 3 |
3 files changed, 9 insertions, 9 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 */ diff --git a/include/os.h b/include/os.h index 461d5d6ce..e9b3709a1 100644 --- a/include/os.h +++ b/include/os.h @@ -336,12 +336,6 @@ OsBlockSignals(void); extern _X_EXPORT void OsReleaseSignals(void); -extern _X_EXPORT int -OsBlockSIGIO(void); - -extern _X_EXPORT void -OsReleaseSIGIO(void); - extern void OsResetSignals(void); diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 7c03126e1..63dc5b3b4 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -127,9 +127,6 @@ /* Path to text files containing PCI IDs */ #undef PCI_TXT_IDS_PATH -/* Use SIGIO handlers for input device events by default */ -#undef USE_SIGIO_BY_DEFAULT - /* Build with libdrm support */ #undef WITH_LIBDRM |