HomeSort by: relevance | last modified time | path
    Searched refs:xcb_connect_to_display_with_auth_info (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
xcb_disp.c 76 c = xcb_connect_to_display_with_auth_info(display, &xauth, NULL);
  /xsrc/external/mit/libxcb/dist/src/
xcb.h 590 xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *display, xcb_auth_info_t *auth, int *screen);
xcb_util.c 522 return xcb_connect_to_display_with_auth_info(displayname, NULL, screenp);
525 xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *displayname, xcb_auth_info_t *auth, int *screenp) function
  /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
thread.c 130 conn = xcb_connect_to_display_with_auth_info(szDisplay, auth_info, &screen);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmultiwindowwm.c 1089 pProcArg->conn = xcb_connect_to_display_with_auth_info(pszDisplay,
1507 pWMInfo->conn = xcb_connect_to_display_with_auth_info(pszDisplay,

Completed in 12 milliseconds