Module dbe

Source
Expand description

Bindings to the Dbe X11 extension.

Structs§

AllocateBackBufferRequest
Allocates a back buffer.
BeginIdiomRequest
Begins a logical swap block.
BufferAttributes
DeallocateBackBufferRequest
Deallocates a back buffer.
EndIdiomRequest
Ends a logical swap block.
GetBackBufferAttributesReply
GetBackBufferAttributesRequest
Gets back buffer attributes.
GetVisualInfoReply
GetVisualInfoRequest
Requests visuals that support double buffering.
QueryVersionReply
QueryVersionRequest
Queries the version of this extension.
SwapAction
Specifies what to do with the front buffer after it is swapped with the back buffer.
SwapBuffersRequest
Swaps front and back buffers.
SwapInfo
VisualInfo
VisualInfos

Constants§

ALLOCATE_BACK_BUFFER_REQUEST
Opcode for the AllocateBackBuffer request
BAD_BUFFER_ERROR
Opcode for the BadBuffer error
BEGIN_IDIOM_REQUEST
Opcode for the BeginIdiom request
DEALLOCATE_BACK_BUFFER_REQUEST
Opcode for the DeallocateBackBuffer request
END_IDIOM_REQUEST
Opcode for the EndIdiom request
GET_BACK_BUFFER_ATTRIBUTES_REQUEST
Opcode for the GetBackBufferAttributes request
GET_VISUAL_INFO_REQUEST
Opcode for the GetVisualInfo request
QUERY_VERSION_REQUEST
Opcode for the QueryVersion request
SWAP_BUFFERS_REQUEST
Opcode for the SwapBuffers request
X11_EXTENSION_NAME
The X11 name of the extension for QueryExtension
X11_XML_VERSION
The version number of this extension that this client library supports.

Type Aliases§

BackBuffer