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

  /xsrc/external/mit/xinput/dist/src/
xinput.c 365 is_xwayland(Display *dpy) function
369 Bool is_xwayland = False; local
374 is_xwayland = True;
381 return is_xwayland;
426 if (XQueryExtension(display, "XWAYLAND", &xwl_op, &xwl_ev, &xwl_err) || is_xwayland(display))
  /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
wsi_common_x11.c 64 bool is_xwayland; member in struct:wsi_x11_connection
169 bool is_xwayland = output_name && strncmp(output_name, "XWAYLAND", 8) == 0; local
172 return is_xwayland;
259 wsi_conn->is_xwayland = wsi_x11_detect_xwayland(conn);
261 wsi_conn->is_xwayland = false;
1151 wsi_conn->is_xwayland) ||
1289 if (wsi_conn->is_xwayland && !wsi_device->x11.xwaylandWaitReady) {
1297 return wsi_conn->is_xwayland;
  /xsrc/external/mit/setxkbmap/dist/
setxkbmap.c 1072 is_xwayland(void) function
1132 if (is_xwayland())

Completed in 5 milliseconds