Searched refs:root_screen (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ | ||
| H A D | thread.c | 173 xcb_screen_t *root_screen = xcb_aux_get_screen(conn, screen); local in function:winClipboardProc 174 xcb_window_t root_window_id = root_screen->root; |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ | ||
| H A D | winmultiwindowwm.c | 1046 xcb_screen_t *root_screen; local in function:winMultiWindowXMsgProc 1121 root_screen = xcb_aux_get_screen(pProcArg->conn, pProcArg->dwScreen); 1122 root_window_id = root_screen->root; 1467 xcb_screen_t *root_screen; local in function:winInitMultiWindowWM 1576 root_screen = xcb_aux_get_screen(pWMInfo->conn, pProcArg->dwScreen); 1577 root_window_id = root_screen->root; 1660 xcb_screen_t *root_screen = xcb_aux_get_screen(conn, dwScreen); local in function:CheckAnotherWindowManager 1661 xcb_window_t root_window_id = root_screen->root; |
Completed in 5 milliseconds