DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XdbeGetBackBufferAttributes(3)





NAME

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

X Version 11                     libXext 1.0.3  XdbeGetBackBufferAttributes(3)

Man(1) output converted with man2html