Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XdbeGetBackBufferAttributes(3)	   X FUNCTIONS	  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 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(),  XdbeDeallocateBack-
     BufferName(),  XdbeEndIdiom(),  XdbeFreeVisualInfo(),  XdbeGetVisualInfo(),
     XdbeQueryExtension(), XdbeSwapBuffers().

X Version 11			  libXext 1.3.6   XdbeGetBackBufferAttributes(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XdbeGetBackBufferAttributes&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help