Searched refs:prop_cookie (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xwininfo/dist/
H A Dclientwin.c39 xcb_get_property_cookie_t prop_cookie; local in function:Window_Has_Property
42 prop_cookie = xcb_get_property (dpy, False, win, atom,
45 prop_reply = xcb_get_property_reply (dpy, prop_cookie, NULL);
144 xcb_get_property_cookie_t prop_cookie; local in function:Find_Roots
155 prop_cookie = xcb_get_property (dpy, False, root, atom_virtual_root,
157 prop_reply = xcb_get_property_reply (dpy, prop_cookie, NULL);
/xsrc/external/mit/xlsclients/dist/
H A Dxlsclients.c252 xcb_get_property_cookie_t *prop_cookie; member in struct:__anon335494ab0208
275 gp_reply = xcb_get_property_reply(c, cs->prop_cookie[i], NULL);
285 gp_reply = xcb_get_property_reply(c, cs->prop_cookie[j], NULL);
323 cs = malloc(sizeof(*cs) + child_count * (sizeof(*cs->prop_cookie) + sizeof(*cs->tree_cookie) + sizeof(*cs->win)));
331 cs->prop_cookie = (void *)&cs[1];
332 cs->tree_cookie = (void *)&cs->prop_cookie[child_count];
341 cs->prop_cookie[child_count] = xcb_get_property(c, 0, child[j],
381 child_wm_state *cs = malloc(sizeof(*cs) + sizeof(*cs->prop_cookie) + sizeof(*cs->tree_cookie) + sizeof(*cs->win));
387 cs->prop_cookie = (void *)&cs[1];
388 cs->tree_cookie = (void *)&cs->prop_cookie[
[all...]

Completed in 3 milliseconds