dix: rename dixLookupClient() to dixLookupResourceOwner()

Choose a bit more precise / descriptive name for that function.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-04-17 14:58:30 +02:00
parent a48b83b9a2
commit 7501ca09b9
10 changed files with 12 additions and 12 deletions

View File

@@ -122,7 +122,7 @@ RootlessNativeWindowMoved(WindowPtr pWin)
/* pretend we're the owner of the window! */
err =
dixLookupClient(&pClient, pWin->drawable.id, serverClient,
dixLookupResourceOwner(&pClient, pWin->drawable.id, serverClient,
DixUnknownAccess);
if (err != Success) {
ErrorF("RootlessNativeWindowMoved(): Failed to lookup window: 0x%x\n",