test: Add GetSelectedEvents request to struct size tests.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-06-01 13:19:30 +10:00
parent de5c5b1db0
commit cc71dfb4f5

View File

@ -303,6 +303,7 @@ static void xi2_struct_sizes(void)
compare(xXIChangePropertyReq);
compare(xXIDeletePropertyReq);
compare(xXIGetPropertyReq);
compare(xXIGetSelectedEventsReq);
#undef compare
}