Compare commits

...

1 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult 8a3611422b Xext: sync: a bit of request handler documentation
Improve in-code docs of some request handlers, so it becomes a bit
more obvious what they're doing.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-04-17 16:03:53 +02:00

View File

@ -1358,7 +1358,8 @@ ProcSyncListSystemCounters(ClientPtr client)
} }
/* /*
* ** Set client Priority * Set the priority of the client owning given resource.
* If the resource ID is None then set the priority of calling client.
*/ */
static int static int
ProcSyncSetPriority(ClientPtr client) ProcSyncSetPriority(ClientPtr client)
@ -1392,7 +1393,8 @@ ProcSyncSetPriority(ClientPtr client)
} }
/* /*
* ** Get client Priority * Retrieve the priority of the client owning given resource.
* If the resource ID is None then retrieve the priority of calling client.
*/ */
static int static int
ProcSyncGetPriority(ClientPtr client) ProcSyncGetPriority(ClientPtr client)