Home
last modified time | relevance | path

Searched refs:XCB_AWAIT_VOID (Results 1 – 2 of 2) sorted by path

/dports/x11-wm/picom/picom-8.2/src/
H A Dpicom.c1091 if (!XCB_AWAIT_VOID(xcb_shape_mask, ps->c, XCB_SHAPE_SO_SET, in init_overlay()
1097 if (!XCB_AWAIT_VOID(xcb_shape_rectangles, ps->c, XCB_SHAPE_SO_SET, in init_overlay()
1113 XCB_AWAIT_VOID(xcb_unmap_window, ps->c, ps->overlay); in init_overlay()
1192 bool success = XCB_AWAIT_VOID(xcb_composite_redirect_subwindows, ps->c, ps->root, in redirect_start()
1754 if (!XCB_AWAIT_VOID(xcb_xfixes_create_region, ps->c, ps->damaged_region, 0, NULL)) { in session_init()
H A Dx.h51 #define XCB_AWAIT_VOID(func, c, ...) \ macro