summaryrefslogtreecommitdiff
path: root/include/dix.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-02-02 17:20:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-23 17:52:40 +1000
commit763848d3ab84b4e33a0254120c44b5a1877c819d (patch)
tree5215ee6c1c042aa6f505ebd27fb2f59b9d9cbf25 /include/dix.h
parent0b4066c116e07918a13dc6b4159df7ac9eb92b4b (diff)
Input: change processing API to InternalEvents.
Don't pass xEvent* and count through to processing, pass a single InternalEvent. Custom handlers are disabled for the time being. And for extra fun, XKB's pointer motion emulation is disabled. But stick an error in there so that we get reminded should we forget about it. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/dix.h')
-rw-r--r--include/dix.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/dix.h b/include/dix.h
index d48d83af3..552a2d008 100644
--- a/include/dix.h
+++ b/include/dix.h
@@ -328,9 +328,8 @@ extern _X_EXPORT WindowPtr GetSpriteWindow(DeviceIntPtr pDev);
extern _X_EXPORT void NoticeEventTime(InternalEvent *ev);
extern _X_EXPORT void EnqueueEvent(
- xEventPtr /* xE */,
- DeviceIntPtr /* device */,
- int /* count */);
+ InternalEvent * /* ev */,
+ DeviceIntPtr /* device */);
extern _X_EXPORT void ActivatePointerGrab(
DeviceIntPtr /* mouse */,