XdbeGetBackBufferAttributes(3xext)X FUNCTIONXdbeGetBackBufferAttributes(3xext)NAMEXdbeGetBackBufferAttributes - returns attributes of a DBE buffer.
SYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#include <X11/extensions/Xdbe.h>
XdbeBackBufferAttributes *XdbeGetBackBufferAttributes(
Display *dpy,
XdbeBackBuffer buffer)
DESCRIPTION
This function returns the attributes associated with the specified buf‐
fer.
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(), XdbeDeallocate‐
BackBufferName(), XdbeEndIdiom(), XdbeFreeVisualInfo(), XdbeGetVisual‐
Info(), XdbeQueryExtension(), XdbeSwapBuffers().
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
┌─────────────────────────────┬─────────────────────────────┐
│ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
├─────────────────────────────┼─────────────────────────────┤
│Availability │x11/library/libxext │
├─────────────────────────────┼─────────────────────────────┤
│Interface Stability │Committed │
├─────────────────────────────┼─────────────────────────────┤
│MT-Level │See XInitThreads(3X11) │
└─────────────────────────────┴─────────────────────────────┘
X Version 11 libXext 1.1XdbeGetBackBufferAttributes(3xext)