aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/inpututils.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include/inpututils.h')
-rw-r--r--xorg-server/include/inpututils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg-server/include/inpututils.h b/xorg-server/include/inpututils.h
index 92a754327..63e1a263a 100644
--- a/xorg-server/include/inpututils.h
+++ b/xorg-server/include/inpututils.h
@@ -38,5 +38,6 @@ struct _ValuatorMask {
};
extern void verify_internal_event(const InternalEvent *ev);
+extern void init_device_event(DeviceEvent *event, DeviceIntPtr dev, Time ms);
#endif