Manual Page Result
0
Command: XPresentSelectInput | Section: 3 | Source: OpenBSD | File: XPresentSelectInput.3
XPresentSelectInput(3) Library Functions Manual XPresentSelectInput(3)
NAME
XPresentSelectInput - select X Present Extension events to receive
SYNTAX
#include <X11/extensions/Xpresent.h>
XID XPresentSelectInput (Display *display,
Window window,
unsigned int event_mask);
void XPresentFreeInput (Display *display,
Window window,
XID event_id);
DESCRIPTION
XPresentSelectInput selects a set of Present events to be delivered for
the specified window on the X server specified by display.
XPresentSelectInput returns an XID which may be passed to XPresent-
FreeInput to stop receiving the requested events.
SEE ALSO
Xpresent(3), XPresentNotifyMSC(3), XPresentPixmap(3), XPresentQueryCa-
pabilities(3)
AUTHORS
Keith Packard, Intel
X Version 11 libXpresent 1.0.1 XPresentSelectInput(3)