summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-05-07 10:05:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-05-08 14:33:23 +1000
commit83f32d3972b8bfb0a87069dfb3fcd64b6b7c6424 (patch)
tree2d4181068f89117c608b047ec7a4c7346355ea97 /test
parent9935bec6e860cba9a3cc5baadd372ddb89d72ef0 (diff)
Xi: Add XI2 property requests.
Diffstat (limited to 'test')
-rw-r--r--test/input.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/input.c b/test/input.c
index e49cc8127..238cad339 100644
--- a/test/input.c
+++ b/test/input.c
@@ -299,6 +299,10 @@ static void xi2_struct_sizes(void)
compare(xXIAllowEventsReq);
compare(xXIPassiveGrabDeviceReq);
compare(xXIPassiveUngrabDeviceReq);
+ compare(xXIListPropertiesReq);
+ compare(xXIChangePropertyReq);
+ compare(xXIDeletePropertyReq);
+ compare(xXIGetPropertyReq);
#undef compare
}