1XdbeGetBackBufferAttributes(3) X FUNCTIONS XdbeGetBackBufferAttributes(3)
2
3
4
6 XdbeGetBackBufferAttributes - returns attributes of a DBE buffer.
7
9 #include <X11/extensions/Xdbe.h>
10
11 XdbeBackBufferAttributes *XdbeGetBackBufferAttributes(
12 Display *dpy,
13 XdbeBackBuffer buffer)
14
16 This function returns the attributes associated with the specified buf‐
17 fer.
18
19 The XdbeBackBufferAttributes structure has the following fields:
20
21 Window window window that buffer belongs to
22
23 If buffer is not a valid XdbeBackBuffer, window returns None.
24
25 The returned XdbeBackBufferAttributes structure can be freed with the
26 Xlib function Xfree().
27
29 DBE, XdbeAllocateBackBufferName(), XdbeBeginIdiom(), XdbeDeallocate‐
30 BackBufferName(), XdbeEndIdiom(), XdbeFreeVisualInfo(), XdbeGetVisual‐
31 Info(), XdbeQueryExtension(), XdbeSwapBuffers().
32
33
34
35
36X Version 11 libXext 1.3.4 XdbeGetBackBufferAttributes(3)