summaryrefslogtreecommitdiff
path: root/man/XdbeGetBackBufferAttributes.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XdbeGetBackBufferAttributes.man')
-rw-r--r--man/XdbeGetBackBufferAttributes.man41
1 files changed, 21 insertions, 20 deletions
diff --git a/man/XdbeGetBackBufferAttributes.man b/man/XdbeGetBackBufferAttributes.man
index ac9d692..09b1699 100644
--- a/man/XdbeGetBackBufferAttributes.man
+++ b/man/XdbeGetBackBufferAttributes.man
@@ -23,43 +23,44 @@
.\" dealing in this Software without prior written authorization from the
.\" Hewlett-Packard Company.
.\"
-.TH XdbeGetBackBufferAttributes __libmansuffix__ __xorgversion__ "X FUNCTIONS"
+.TH XdbeGetBackBufferAttributes __libmansuffix__ 1996-03-11 __xorgversion__
.SH NAME
XdbeGetBackBufferAttributes - returns attributes of a DBE buffer.
.SH SYNOPSIS
+.nf
\&#include <X11/extensions/Xdbe.h>
-
+.sp
XdbeBackBufferAttributes *XdbeGetBackBufferAttributes(
Display *dpy,
XdbeBackBuffer buffer)
+.fi
.SH DESCRIPTION
This function returns the attributes associated with the specified buffer.
-
+.PP
The
-.I XdbeBackBufferAttributes
+.B XdbeBackBufferAttributes
structure has the following fields:
-
+.PP
.RS
Window window window that buffer belongs to
.RE
-
+.PP
If buffer is not a valid
-.I XdbeBackBuffer,
+.B XdbeBackBuffer,
window returns None.
-
+.PP
The returned
-.I XdbeBackBufferAttributes
+.B XdbeBackBufferAttributes
structure can be freed with the
Xlib function
-.B Xfree().
+.BR Xfree (__libmansuffix__).
.SH SEE ALSO
-DBE,
-.I XdbeAllocateBackBufferName(),
-.I XdbeBeginIdiom(),
-.I XdbeDeallocateBackBufferName(),
-.I XdbeEndIdiom(),
-.I XdbeFreeVisualInfo(),
-.I XdbeGetVisualInfo(),
-.I XdbeQueryExtension(),
-.I XdbeSwapBuffers().
-
+.BR DBE (__libmansuffix__),
+.BR XdbeAllocateBackBufferName (__libmansuffix__),
+.BR XdbeBeginIdiom (__libmansuffix__),
+.BR XdbeDeallocateBackBufferName (__libmansuffix__),
+.BR XdbeEndIdiom (__libmansuffix__),
+.BR XdbeFreeVisualInfo (__libmansuffix__),
+.BR XdbeGetVisualInfo (__libmansuffix__),
+.BR XdbeQueryExtension (__libmansuffix__),
+.BR XdbeSwapBuffers (__libmansuffix__).