X FUNCTIONS XdbeGetBackBufferAttributes(3xext)
NAME
XdbeGetBackBufferAttributes - returns attributes of a DBE
buffer.SYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#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(),XdbeDeallocateBackBufferName(), XdbeEndIdiom(), XdbeFreeV-
isualInfo(), XdbeGetVisualInfo(), XdbeQueryExtension(), XdbeSwapBuffers().ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libxext ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libXext 1.1.2 1