summaryrefslogtreecommitdiff
path: root/xts5/Xproto/pCirculateWindow.m
diff options
context:
space:
mode:
Diffstat (limited to 'xts5/Xproto/pCirculateWindow.m')
-rw-r--r--xts5/Xproto/pCirculateWindow.m18
1 files changed, 9 insertions, 9 deletions
diff --git a/xts5/Xproto/pCirculateWindow.m b/xts5/Xproto/pCirculateWindow.m
index 14d6bdd1..38bfb564 100644
--- a/xts5/Xproto/pCirculateWindow.m
+++ b/xts5/Xproto/pCirculateWindow.m
@@ -140,14 +140,14 @@ tester()
cwr->parent = Default_Window;
Send_Req(CLIENT, (xReq *) cwr);
Log_Trace("client %d sent additional CreateWindow request\n", CLIENT);
- (void) Expect_Nothing(CLIENT);
+ Expect_Nothing(CLIENT);
Free_Req(cwr);
cwr = (xCreateWindowReq *) Make_Req(CLIENT, X_CreateWindow);
cwr->parent = Default_Window;
Send_Req(CLIENT, (xReq *) cwr);
Log_Trace("client %d sent additional CreateWindow request\n", CLIENT);
- (void) Expect_Nothing(CLIENT);
+ Expect_Nothing(CLIENT);
Free_Req(cwr);
mwr = (xResourceReq *) Make_Req(CLIENT, X_MapWindow);
@@ -162,7 +162,7 @@ tester()
/* do any event checking here */
Free_Event(ev);
}
- (void) Expect_Nothing(CLIENT);
+ Expect_Nothing(CLIENT);
Free_Req(mwr);
mwr = (xResourceReq *) Make_Req(CLIENT, X_MapSubwindows);
@@ -184,7 +184,7 @@ tester()
Log_Trace("client %d received second Expose\n", CLIENT);
/* do any event checking here */
Free_Event(ev);
- (void) Expect_Nothing(CLIENT);
+ Expect_Nothing(CLIENT);
}
Free_Req(mwr);
@@ -205,18 +205,18 @@ tester()
Free_Event(ev);
}
}
- (void) Expect_Nothing(CLIENT);
+ Expect_Nothing(CLIENT);
break;
case BAD_LENGTH:
Log_Trace("client %d sent CirculateWindow 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 CirculateWindow 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",