---
 include/input.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/include/input.h b/include/input.h
index d8bd9c6..5bc60f0 100644
--- a/include/input.h
+++ b/include/input.h
@@ -712,4 +712,10 @@ 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) {
+}
+
 #endif                          /* INPUT_H */
-- 
2.6.2

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to