Xext: dpms: use return value of 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-08 19:25:24 +02:00
parent f598186c0d
commit f58b56a79f

View File

@@ -465,8 +465,7 @@ ProcDPMSInfo(ClientPtr client)
if (client->swapped) {
swaps(&reply.power_level);
}
X_SEND_REPLY_SIMPLE(client, reply);
return Success;
return X_SEND_REPLY_SIMPLE(client, reply);
}
static int