Searched refs:xcb_connect_to_display_with_auth_info (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | xcb_disp.c | 76 c = xcb_connect_to_display_with_auth_info(display, &xauth, NULL);
|
| /xsrc/external/mit/libxcb/dist/src/ |
| H A D | xcb.h | 590 xcb_connection_t *xcb_connect_to_display_with_auth_info(const char *display, xcb_auth_info_t *auth, int *screen);
|
| H A D | 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 in typeref:typename:xcb_connection_t *
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| H A D | thread.c | 130 conn = xcb_connect_to_display_with_auth_info(szDisplay, auth_info, &screen);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | 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 9 milliseconds