logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XdbeGetBackBufferAttributes - returns attributes of a DBE 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().

Name

       XdbeGetBackBufferAttributes - returns attributes of a DBE buffer.

See Also

       DBE,   XdbeAllocateBackBufferName(),XdbeBeginIdiom(),XdbeDeallocateBackBufferName(),XdbeEndIdiom(),XdbeFreeVisualInfo(),XdbeGetVisualInfo(),XdbeQueryExtension(),XdbeSwapBuffers().

X Version 11                                      libXext 1.3.4                   XdbeGetBackBufferAttributes(3)

Synopsis

       #include <X11/extensions/Xdbe.h>

       XdbeBackBufferAttributes *XdbeGetBackBufferAttributes(
           Display        *dpy,
           XdbeBackBuffer buffer)

See Also