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

/xsrc/external/mit/xwininfo/dist/
H A Ddsimple.c290 struct wininfo_cookies *cookies,
303 if (cookies->get_net_wm_name.sequence) {
304 prop = xcb_get_property_reply (dpy, cookies->get_net_wm_name, &err);
326 xcb_discard_reply (dpy, cookies->get_wm_name.sequence);
331 if (xcb_icccm_get_wm_name_reply (dpy, cookies->get_wm_name,
342 prop = xcb_get_property_reply (dpy, cookies->get_wm_name, &err);
367 xcb_discard_reply (dpy, cookies->query_tree.sequence);
371 tree = xcb_query_tree_reply (dpy, cookies->query_tree, &err);
424 struct wininfo_cookies cookies; local in function:Window_With_Name
430 cookies
287 recursive_Window_With_Name(xcb_connection_t * dpy,xcb_window_t window,struct wininfo_cookies * cookies,const char * name,size_t namelen) argument
[all...]
/xsrc/external/mit/xinit/dist/
H A Dconfigure.ac161 AC_MSG_NOTICE([startx will depend on "$MCOOKIE" to generate xauth cookies])

Completed in 3 milliseconds