XDisableAccessControl

Syntax

XDisableAccessControl(display)
      Display *display;

Arguments

display Specifies the connection to the X server.

Description

The XDisableAccessControl() function disables the use of the access control list at each connection setup.

XDisableAccessControl() can generate a BadAccess error.

Diagnostics

BadAccess A client attempted to free a color map entry that it did not already allocate.
BadAccess A client attempted to store into a read-only color map entry.

See also

XAddHost(), XAddHosts(), XEnableAccessControl(), XFree(), XListHosts(), XRemoveHost(), XRemoveHosts(), XSetAccessControl(), "Changing, Enabling, or Disabling Access Control".
Christophe Tronche, ch@tronche.com