Xext: Fix typo in xace.h
`modsetting` -> `modesetting` Signed-off-by: notbabaisyou <though-went-some-simple@proton.me>
This commit is contained in:
parent
9ab598e2b2
commit
8f50b8cc19
|
@ -78,7 +78,7 @@ int XaceHookPropertyAccess(ClientPtr ptr, WindowPtr pWin, PropertyPtr *ppProp,
|
||||||
Mask access_mode);
|
Mask access_mode);
|
||||||
int XaceHookSelectionAccess(ClientPtr ptr, Selection ** ppSel, Mask access_mode);
|
int XaceHookSelectionAccess(ClientPtr ptr, Selection ** ppSel, Mask access_mode);
|
||||||
|
|
||||||
/* needs to be exported for in-tree modsetting, but not part of public API */
|
/* needs to be exported for in-tree modesetting, but not part of public API */
|
||||||
_X_EXPORT int XaceHookResourceAccess(ClientPtr client, XID id, RESTYPE rtype, void *res,
|
_X_EXPORT int XaceHookResourceAccess(ClientPtr client, XID id, RESTYPE rtype, void *res,
|
||||||
RESTYPE ptype, void *parent, Mask access_mode);
|
RESTYPE ptype, void *parent, Mask access_mode);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue