XHPDisableReset(3X) XHPDisableReset(3X)
NAME
XHPDisableReset - Disable the reset key sequence.
SYNOPSIS
int XHPDisableReset (display)
Display *display;
ARGUMENTS
display Specifies the connection to the X server.
DESCRIPTION
This request is intended for use by client programs such as xsecure(1) that provide security to X systems.
XHPDisableReset disables the key sequence that is pressed to reset the X server. This request will fail with a BadAccess error if some
other client has already disabled the reset key sequence.
If a client program disables reset, then terminates, reset will automatically be re-enabled by the X server.
RETURN VALUE
none
DIAGNOSTICS
BadAccess Some other client has already disabled the reset key sequence.
FILES
none
ORIGIN
Hewlett-Packard Company
SEE ALSO
XHPEnableReset(3x)
X Version 11 Release 5 XHPDisableReset(3X)