summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2009-10-14 20:32:28 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2009-10-21 20:52:38 -0400
commit951a16c51e8f62e83c84100f6e2eec09ec8b101a (patch)
treea20b07bc351dd6407df0525d88c8671b74d932ab
parentf874af7a85c4d56d4a7dbb5dc460832f294b358b (diff)
dix: Export IsPointerDevice() and IsKeyboardDevice().
Makes the functions available to extmod for extensions to call. Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov> (cherry picked from commit 0ae1632be045bfbb288bb57190c830f94247460f)
-rw-r--r--include/dix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dix.h b/include/dix.h
index b1edb6c46..9fd2ed8f8 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -587,8 +587,8 @@ typedef struct {
extern int XItoCoreType(int xi_type);
extern Bool DevHasCursor(DeviceIntPtr pDev);
-extern Bool IsPointerDevice( DeviceIntPtr dev);
-extern Bool IsKeyboardDevice(DeviceIntPtr dev);
+extern Bool _X_EXPORT IsPointerDevice( DeviceIntPtr dev);
+extern Bool _X_EXPORT IsKeyboardDevice(DeviceIntPtr dev);
extern Bool IsPointerEvent(InternalEvent *event);
extern Bool IsMaster(DeviceIntPtr dev);