Naming change: Security*Access -> Dix*Access

This commit is contained in:
Eamon Walsh 2006-12-14 14:45:42 -05:00 committed by Eamon Walsh
commit 6c46645cfc
45 changed files with 439 additions and 438 deletions

View file

@ -196,7 +196,7 @@ ProcXFixesSelectSelectionInput (ClientPtr client)
REQUEST_SIZE_MATCH (xXFixesSelectSelectionInputReq);
pWin = (WindowPtr)SecurityLookupWindow(stuff->window, client,
SecurityReadAccess);
DixReadAccess);
if (!pWin)
return(BadWindow);
if (stuff->eventMask & ~SelectionAllEvents)