diff options
Diffstat (limited to 'man/XdbeAllocateBackBufferName.man')
-rw-r--r-- | man/XdbeAllocateBackBufferName.man | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/man/XdbeAllocateBackBufferName.man b/man/XdbeAllocateBackBufferName.man index 1a187a9..724bb93 100644 --- a/man/XdbeAllocateBackBufferName.man +++ b/man/XdbeAllocateBackBufferName.man @@ -23,26 +23,31 @@ .\" dealing in this Software without prior written authorization from the .\" Hewlett-Packard Company. .\" -.TH XdbeAllocateBackBufferName __libmansuffix__ __xorgversion__ "X FUNCTIONS" +.TH XdbeAllocateBackBufferName __libmansuffix__ 1996-03-11 __xorgversion__ .SH NAME XdbeAllocateBackBufferName - allocates a DBE buffer. .SH SYNOPSIS \&#include <X11/extensions/Xdbe.h> - +.sp +.nf XdbeBackBuffer XdbeAllocateBackBufferName( Display *dpy, Window window, XdbeSwapAction swap_action) +.fi .SH DESCRIPTION This function returns a drawable ID used to refer to the back buffer of the -specified window. The swap_action is a hint to indicate the swap action that +specified window. +The +.I swap_action +is a hint to indicate the swap action that will likely be used in subsequent calls to -.B XdbeSwapBuffers(). -The actual swap -action used in calls to -.B XdbeSwapBuffers() +.BR XdbeSwapBuffers (__libmansuffix__). +The actual swap action used in calls to +.BR XdbeSwapBuffers (__libmansuffix__) does not have to be the same as the -swap_action passed to this function, though clients are encouraged to provide +.I swap_action +passed to this function, though clients are encouraged to provide accurate information whenever possible. .SH ERRORS .IP BadAlloc @@ -55,13 +60,12 @@ An invalid swap action was specified. .IP BadWindow An invalid window was specified. .SH SEE ALSO -DBE, -.I XdbeBeginIdiom(), -.I XdbeDeallocateBackBufferName(), -.I XdbeEndIdiom(), -.I XdbeFreeVisualInfo(), -.I XdbeGetBackBufferAttributes(), -.I XdbeGetVisualInfo(), -.I XdbeQueryExtension(), -.I XdbeSwapBuffers(). - +.BR DBE (__libmansuffix__), +.BR XdbeBeginIdiom (__libmansuffix__), +.BR XdbeDeallocateBackBufferName (__libmansuffix__), +.BR XdbeEndIdiom (__libmansuffix__), +.BR XdbeFreeVisualInfo (__libmansuffix__), +.BR XdbeGetBackBufferAttributes (__libmansuffix__), +.BR XdbeGetVisualInfo (__libmansuffix__), +.BR XdbeQueryExtension (__libmansuffix__), +.BR XdbeSwapBuffers (__libmansuffix__). |