Searched defs:is_xwayland (Results 1 – 1 of 1) sorted by relevance
83 bool is_xwayland; member216 bool is_xwayland = output_name && strncmp(output_name, "XWAYLAND", 8) == 0; in wsi_x11_detect_xwayland() local653 x11_get_min_image_count(const struct wsi_device *wsi_device, bool is_xwayland) in x11_get_min_image_count()