diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-12 21:33:54 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-16 12:20:58 +1000 |
commit | 8ff1bff8f462b15e05fc298704e1e40cb244587f (patch) | |
tree | 597332ece4d47659363f41ef4f0f8906f69ec3fd /test | |
parent | bbf266cca3de726e3eb932d66dd5b8981ef40fa8 (diff) |
Update to new XI2 names
Diffstat (limited to 'test')
-rw-r--r-- | test/input.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/input.c b/test/input.c index 238cad339..cca1291c2 100644 --- a/test/input.c +++ b/test/input.c @@ -284,16 +284,16 @@ static void xi2_struct_sizes(void) g_assert(sizeof(req) == sz_##req); compare(xXIQueryVersionReq); - compare(xXIWarpDevicePointerReq); - compare(xXIChangeDeviceCursorReq); - compare(xXIChangeDeviceHierarchyReq); + compare(xXIWarpPointerReq); + compare(xXIChangeCursorReq); + compare(xXIChangeHierarchyReq); compare(xXISetClientPointerReq); compare(xXIGetClientPointerReq); compare(xXISelectEventsReq); compare(xXIQueryVersionReq); compare(xXIQueryDeviceReq); - compare(xXISetDeviceFocusReq); - compare(xXIGetDeviceFocusReq); + compare(xXISetFocusReq); + compare(xXIGetFocusReq); compare(xXIGrabDeviceReq); compare(xXIUngrabDeviceReq); compare(xXIAllowEventsReq); |