diff --git a/Xext/sync.c b/Xext/sync.c index cab73be92..801441f9e 100644 --- a/Xext/sync.c +++ b/Xext/sync.c @@ -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 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 ProcSyncGetPriority(ClientPtr client)