summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
Diffstat (limited to 'dix')
-rw-r--r--dix/events.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dix/events.c b/dix/events.c
index 9cdf49fb0..05f99478e 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -4383,7 +4383,8 @@ EnterNotifies(DeviceIntPtr pDev,
return;
EnterNotifies(pDev, ancestor, parent, mode, detail);
EnterLeaveEvent(pDev, EnterNotify, mode, detail, parent,
- child->drawable.id); }
+ child->drawable.id);
+}
/**