GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XPresentNotifyMSC(3) FreeBSD Library Functions Manual XPresentNotifyMSC(3)

XPresentNotifyMSC - X Present Extension

#include <X11/extensions/Xpresent.h>

void XPresentNotifyMSC (Display *display,
	Window window,
	uint32_t serial,
	uint64_t target_msc,
	uint64_t divisor,
	uint64_t remainder);

XPresentNotifyMSC requests that the X server specified by display deliver a PresentCompleteNotifyEvent with kind PresentCompleteKindNotifyMSC after the time specified by target-msc, divisor and remainder.

serial is an arbitrary client-specified value which will be returned in the event so that the client can associate the event and request.

If target-msc is greater than the current Media Stream Counter (msc) for window, the event will be delivered at (or after) the target-msc field. Otherwise, the event delivery will occur after the next field where msc % divisor == remainder.

If window is destroyed before the event is delivered, then the event delivery will not be completed.

Xpresent(3), XPresentPixmap(3), XPresentQueryCapabilities(3), XPresentSelectInput (3)

Keith Packard, Intel

libXpresent 1.0.1 X Version 11

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.