Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c85 bool has_xfixes; member
317 wsi_conn->has_xfixes = xfixes_reply->present != 0; in wsi_x11_connection_create()
318 if (wsi_conn->has_xfixes) { in wsi_x11_connection_create()
324 wsi_conn->has_xfixes = (ver_reply->major_version >= 2); in wsi_x11_connection_create()