From cc71dfb4f5cf6113053951070dec9556e941aa24 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 1 Jun 2009 13:19:30 +1000 Subject: [PATCH] test: Add GetSelectedEvents request to struct size tests. Signed-off-by: Peter Hutterer --- test/input.c | 1 + 1 file changed, 1 insertion(+) 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 }