summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/properties.c b/src/properties.c
index dc10888..aa197f2 100644
--- a/src/properties.c
+++ b/src/properties.c
@@ -505,7 +505,7 @@ SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop)
para->grab_event_device = *(BOOL*)prop->data;
}
- return TRUE;
+ return Success;
}
#endif