diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/input.c | 4 |
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 } |