WHOTSPOT_DELETE(3W)
Series 300 Only
NAME
whotspot_delete − delete a hotspot
SYNOPSIS
int whotspot_delete(fd,hotspot_id);
int fd;
int hotspot_id;
DESCRIPTION
fd is an integer file descriptor for an opened graphics window type device interface.
hotspot_id
is the identifier of the hotspot to be released.
DISCUSSION
This call deletes the hotspot identified by hotspot_id for the window specified by the opened fd. If the hotspot is to be activated on enter/exit and the locator is currently over the hotspot, the hotspot will not be activated when it is deleted.
HARDWARE DEPENDENCIES
Series 500:
Hotspot routines (whotspot_∗) are not supported on Series 500; they work only on Series 300.
SEE ALSO
whotspot_create(3W), whotspot_get(3W), whotspot_set(3W), winput_read(3W), wsetsigmask(3W), weventpoll(3W).
DIAGNOSTICS
A return of -1 indicates failure; otherwise 0 is returned. See errno(2) for more information.
Hewlett-Packard Company — May 11, 2021