xcb_map_window_checked (3) Linux Manual Page
xcb_map_window – Makes a window visible Synopsis #include <xcb/xproto.h> Request function xcb_void_cookie_t xcb_map_window(xcb_connection_t *conn, xcb_window_t window); Request Arguments conn The XCB connection to X11. window The window to make visible. Description Maps the specified window. This means making the window visible (as long as its parent is visible). This MapWindow request will be translated to…
