from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XdbeGetBackBufferAttributes
Section: X FUNCTIONS (3) Updated: libXext 1.3.3 Index
Return to Main Contents
NAME
XdbeGetBackBufferAttributes - returns attributes of a DBE buffer.
SYNOPSIS
#include < X11/extensions/Xdbe.h>
XdbeBackBufferAttributes *XdbeGetBackBufferAttributes(
Display *dpy,
XdbeBackBuffer buffer)
DESCRIPTION
This function returns the attributes associated with the specified buffer.
The
XdbeBackBufferAttributes
structure has the following fields:
-
Window window window that buffer belongs to
If buffer is not a valid
XdbeBackBuffer,
window returns None.
The returned
XdbeBackBufferAttributes
structure can be freed with the
Xlib function
Xfree().
SEE ALSO
DBE,
XdbeAllocateBackBufferName(),
XdbeBeginIdiom(),
XdbeDeallocateBackBufferName(),
XdbeEndIdiom(),
XdbeFreeVisualInfo(),
XdbeGetVisualInfo(),
XdbeQueryExtension(),
XdbeSwapBuffers().
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
|