summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-06-01 13:19:30 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-06-01 13:45:30 +1000
commitcc71dfb4f5cf6113053951070dec9556e941aa24 (patch)
tree3c1404cde1277338a279feaf849dc264a17e0aaa /test
parentde5c5b1db083a9c1d23e1461b54ca646c5a5c445 (diff)
test: Add GetSelectedEvents request to struct size tests.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test')
-rw-r--r--test/input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/input.c b/test/input.c
index 013056f78..466d18776 100644
--- a/test/input.c
+++ b/test/input.c
@@ -303,6 +303,7 @@ static void xi2_struct_sizes(void)
compare(xXIChangePropertyReq);
compare(xXIDeletePropertyReq);
compare(xXIGetPropertyReq);
+ compare(xXIGetSelectedEventsReq);
#undef compare
}