DBE(3xext) X FUNCTIONS DBE(3xext)NAMEXdbeBeginIdiom - marks the beginning of a DBE idiom sequence.
SYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#include <X11/extensions/Xdbe.h>
Status XdbeBeginIdiom(
Display *dpy)
DESCRIPTION
This function marks the beginning of an idiom sequence.
SEE ALSO
DBE, XdbeAllocateBackBufferName(), XdbeDeallocateBackBufferName(),
XdbeEndIdiom(), XdbeFreeVisualInfo(), XdbeGetBackBufferAttributes(),
XdbeGetVisualInfo(), XdbeQueryExtension(), XdbeSwapBuffers().
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
┌─────────────────────────────┬─────────────────────────────┐
│ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
├─────────────────────────────┼─────────────────────────────┤
│Availability │x11/library/libxext │
├─────────────────────────────┼─────────────────────────────┤
│Interface Stability │Committed │
├─────────────────────────────┼─────────────────────────────┤
│MT-Level │See XInitThreads(3X11) │
└─────────────────────────────┴─────────────────────────────┘
X Version 11 libXext 1.1.2 DBE(3xext)