Home
last modified time | relevance | path

Searched refs:wm_fd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c1053 if (!AddClientOnOpenFD(xwl_screen->wm_fd)) in add_client_fd()
1101 xwl_screen->wm_fd = -1; in xwl_screen_init()
1137 xwl_screen->wm_fd = atoi(argv[i + 1]); in xwl_screen_init()
1176 if (xwl_screen->wm_fd >= 0) in xwl_screen_init()
H A Dxwayland.h123 int wm_fd; member