diff --git a/Xext/xvdisp.c b/Xext/xvdisp.c index c3c45b223..b542ed5a0 100644 --- a/Xext/xvdisp.c +++ b/Xext/xvdisp.c @@ -72,8 +72,7 @@ ProcXvQueryExtension(ClientPtr client) swaps(&reply.revision); } - X_SEND_REPLY_SIMPLE(client, reply); - return Success; + return X_SEND_REPLY_SIMPLE(client, reply); } static int @@ -375,8 +374,7 @@ ProcXvGrabPort(ClientPtr client) .result = result }; - X_SEND_REPLY_SIMPLE(client, reply); - return Success; + return X_SEND_REPLY_SIMPLE(client, reply); } static int @@ -497,8 +495,7 @@ ProcXvGetPortAttribute(ClientPtr client) swapl(&reply.value); } - X_SEND_REPLY_SIMPLE(client, reply); - return Success; + return X_SEND_REPLY_SIMPLE(client, reply); } static int @@ -527,8 +524,7 @@ ProcXvQueryBestSize(ClientPtr client) swaps(&reply.actual_height); } - X_SEND_REPLY_SIMPLE(client, reply); - return Success; + return X_SEND_REPLY_SIMPLE(client, reply); } static int