Xext: Xv: use return value X_SEND_REPLY_SIMPLE()

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-16 15:31:07 +02:00
committed by Enrico Weigelt
parent 39d0d9cb96
commit 3179c51bee

View File

@@ -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