mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user