summaryrefslogtreecommitdiff
path: root/xts5/Xproto/pGrabKeyboard.m
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/Xproto/pGrabKeyboard.m')
-rw-r--r--xts5/Xproto/pGrabKeyboard.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/xts5/Xproto/pGrabKeyboard.m b/xts5/Xproto/pGrabKeyboard.m
index 80f31eee..39366f6b 100644
--- a/xts5/Xproto/pGrabKeyboard.m
+++ b/xts5/Xproto/pGrabKeyboard.m
@@ -130,7 +130,7 @@ tester()
{
Create_Client(CLIENT);
- (void) Create_Default_Window(CLIENT);
+ Create_Default_Window(CLIENT);
Set_Test_Type(CLIENT, test_type);
req = (xGrabKeyboardReq *) Make_Req(CLIENT, X_GrabKeyboard);
@@ -147,18 +147,18 @@ tester()
/* do any reply checking here */
Free_Reply(rep);
}
- (void) Expect_Nothing(CLIENT);
+ Expect_Nothing(CLIENT);
break;
case BAD_LENGTH:
Log_Trace("client %d sent GrabKeyboard request with bad length (%d)\n", CLIENT, req->length);
- (void) Expect_BadLength(CLIENT);
- (void) Expect_Nothing(CLIENT);
+ Expect_BadLength(CLIENT);
+ Expect_Nothing(CLIENT);
break;
case TOO_LONG:
case JUST_TOO_LONG:
Log_Trace("client %d sent overlong GrabKeyboard request (%d)\n", CLIENT, req->length);
- (void) Expect_BadLength(CLIENT);
- (void) Expect_Nothing(CLIENT);
+ Expect_BadLength(CLIENT);
+ Expect_Nothing(CLIENT);
break;
default:
Log_Err("INTERNAL ERROR: test_type %d not one of GOOD(%d), BAD_LENGTH(%d), TOO_LONG(%d) or JUST_TOO_LONG(%d)\n",