XdbeGetBackBufferAttributes(X3xext) X Version 11 (Release 6.1)


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 XFree(X3xlib).

References

DBE(X3xext), XdbeAllocateBackBufferName(X3xext), XdbeBeginIdiom(X3xext), XdbeDeallocateBackBufferName(X3xext), XdbeEndIdiom(X3xext), XdbeFreeVisualInfo(X3xext), XdbeGetVisualInfo(X3xext), XdbeQueryExtension(X3xext), XdbeSwapBuffers(X3xext).
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.