Xpresent.man revision 88cd5fc2


Copyright © 2013 Keith Packard

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that copyright
notice and this permission notice appear in supporting documentation, and
that the name of the copyright holders not be used in advertising or
publicity pertaining to distribution of the software without specific,
written prior permission. The copyright holders make no representations
about the suitability of this software for any purpose. It is provided "as
is" without express or implied warranty.

THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.

.ns

\\$1 ..

XPRESENT __libmansuffix__ __xorgversion__
NAME
Xpresent - X Present Extension
SYNTAX
#include <X11/extensions/Xpresent.h>
Bool XPresentQueryExtension \^(\^Display *dpy,
 int *event_base_return, int *error_base_return\^);
Status XPresentQueryVersion \^(\^Display *dpy,
 int *major_version_return,
 int *minor_version_return\^);
void XPresentRegion \^(\^Display *dpy,
 Window window,
 Pixmap pixmap,
 uint32_t serial,
 XserverRegion valid,
 XserverRegion update,
 int x_off,
 int y_off,
 XID idle_fence,
 XID target_crtc,
 uint64_t target_msc,
 uint64_t divisor,
 uint64_t remainder);
ARGUMENTS
display 1i
Specifies the connection to the X server.
window 1i
Specifies which window.
DESCRIPTION
Xpresent is a library designed to interface the X Present Extension.
RESTRICTIONS
Xpresent will remain upward compatible after the 1.0 release.
AUTHORS
Keith Packard, Intel