XHPEnableReset(3X) — Subroutines
Series 300 and 800 Only
NAME
XHPEnableReset - Enable the reset key sequence.
SYNOPSIS
XHPEnableReset(display)
Display∗display;
ARGUMENTS
display Specifies the connection to the X server.
DESCRIPTION
This function is intended for use by client programs such as xsecure(1) that provide security to X systems.
XHPEnableReset enables the key sequence that is pressed to reset the X server. The key sequence used is the one specified in the /usr/lib/X11/X∗pointerkeys file, or the default sequence Left_Shift - Control - Break if that file does not exist.
This function is only valid for a client that has previously made a successful XHPDisableReset request. For other clients, a BadAccess XError will be returned.
DIAGNOSTICS
BadAccess This client did not previously disable the reset key sequence.
RETURN VALUE
none
FILES
none
ORIGIN
Hewlett-Packard Company