xcb_shm_attach (3) Linux Manual Page
xcb_shm_attach – Synopsis #include <xcb/shm.h> Request function xcb_void_cookie_t xcb_shm_attach(xcb_connection_t *conn, xcb_shm_seg_t shmseg, uint32_t shmid, uint8_t read_only); Request Arguments conn The XCB connection to X11. shmseg TODO: NOT YET DOCUMENTED. shmid TODO: NOT YET DOCUMENTED. read_only TODO: NOT YET DOCUMENTED. Description Return Value Returns an xcb_void_cookie_t. Errors (if any) have to be handled in the event…
