[PATCH] Add a prototype for CopyGetMasterEvent()

Tomas Carnecky tom at dbservice.com
Tue Feb 3 15:03:12 PST 2009


This function is defined in mi/mieq.c and used in xkb/ddxDevBtn.c,
hence it needs a prototype.

Signed-off-by: Tomas Carnecky <tom at dbservice.com>
---
 include/input.h |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/include/input.h b/include/input.h
index 3b7a173..a91e7e9 100644
--- a/include/input.h
+++ b/include/input.h
@@ -474,6 +474,14 @@ extern _X_EXPORT int AllocMasterDevice(ClientPtr client,
 extern _X_EXPORT void DeepCopyDeviceClasses(DeviceIntPtr from,
                                   DeviceIntPtr to);
 
+extern _X_EXPORT void CopyGetMasterEvent(
+    DeviceIntPtr mdev,
+    DeviceIntPtr sdev,
+    xEvent* original,
+    EventListPtr master,
+    int count
+);
+
 /* Helper functions. */
 extern int generate_modkeymap(ClientPtr client, DeviceIntPtr dev,
                               KeyCode **modkeymap, int *max_keys_per_mod);
-- 
1.6.1.2





More information about the xorg mailing list