Expand description
Bindings to the Shm
X11 extension.
Structs§
- Attach
FdRequest - Create a shared memory segment.
- Attach
Request - Attach a System V shared memory segment..
- Completion
Event - Report that an XCB_SHM_PUT_IMAGE request has completed.
- Create
Pixmap Request - Create a pixmap backed by shared memory..
- Create
Segment Reply - The returned file descriptor..
- Create
Segment Request - Asks the server to allocate a shared memory segment..
- Detach
Request - Destroys the specified shared memory segment..
- GetImage
Reply - Indicates the result of the copy..
- GetImage
Request - Copies data from the specified drawable to the shared memory segment..
- PutImage
Request - Copy data from the shared memory to the specified drawable..
- Query
Version Reply - The version of the MIT-SHM extension supported by the server.
- Query
Version Request - Query the version of the MIT-SHM extension..
Constants§
- ATTACH_
FD_ REQUEST - Opcode for the AttachFd request
- ATTACH_
REQUEST - Opcode for the Attach request
- BAD_
SEG_ ERROR - Opcode for the BadSeg error
- COMPLETION_
EVENT - Opcode for the Completion event
- CREATE_
PIXMAP_ REQUEST - Opcode for the CreatePixmap request
- CREATE_
SEGMENT_ REQUEST - Opcode for the CreateSegment request
- DETACH_
REQUEST - Opcode for the Detach request
- GET_
IMAGE_ REQUEST - Opcode for the GetImage request
- PUT_
IMAGE_ REQUEST - Opcode for the PutImage request
- QUERY_
VERSION_ REQUEST - Opcode for the QueryVersion 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.