Index of Section 3 Manual Pages
| Interix / SUA | XdbeGetBackBufferAttributes.3 | Interix / SUA |
XdbeGetBackBufferAttributesX3FUNCTIXdbeGetBackBufferAttributes(3)
NAME
XdbeGetBackBufferAttributes - returns attributes of a DBE
buffer.
SYNOPSIS
#include
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(), Xdbe-
DeallocateBackBufferName(), XdbeEndIdiom(), XdbeFreeVisu-
alInfo(), XdbeGetVisualInfo(), XdbeQueryExtension(),
XdbeSwapBuffers().
X Version 11 libXext 1XdbeGetBackBufferAttributes(3)