XdbeEndIdiom(3xext) X FUNCTIONS XdbeEndIdiom(3xext)NAMEXdbeEndIdiom - marks the end of a DBE idiom sequence.
SYNOPSIS
cc [ flag... ] file... -lXext [ library... ]
#include <X11/extensions/Xdbe.h>
Status XdbeEndIdiom(
Display *dpy)
DESCRIPTION
This function marks the end of an idiom sequence.
SEE ALSO
DBE, XdbeAllocateBackBufferName(), XdbeBeginIdiom(), XdbeDeallocate‐
BackBufferName(), 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 XdbeEndIdiom(3xext)