XdbeGetBackBufferAttributes (3) - Linux Manuals
XdbeGetBackBufferAttributes: returns attributes of a DBE buffer.
NAME
XdbeGetBackBufferAttributes - returns attributes of a DBE buffer.
SYNOPSIS
#include <X11/extensions/Xdbe.h>
XdbeBackBufferAttributes *XdbeGetBackBufferAttributes(
The
XdbeBackBufferAttributes
structure has the following fields:
If buffer is not a valid
XdbeBackBuffer,
window returns None.
The returned
XdbeBackBufferAttributes
structure can be freed with the
Xlib function
Xfree().
DESCRIPTION
This function returns the attributes associated with the specified buffer.
SEE ALSO
DBE,
XdbeAllocateBackBufferName(),
XdbeBeginIdiom(),
XdbeDeallocateBackBufferName(),
XdbeEndIdiom(),
XdbeFreeVisualInfo(),
XdbeGetVisualInfo(),
XdbeQueryExtension(),
XdbeSwapBuffers().