Searched defs:x11_image (Results 1 – 1 of 1) sorted by relevance
1033 struct x11_image { struct1034 struct wsi_image base;1035 xcb_pixmap_t pixmap;1036 xcb_xfixes_region_t update_region; /* long lived XID */1037 xcb_xfixes_region_t update_area; /* the above or None */1038 atomic_bool busy;1039 bool present_queued;1040 struct xshmfence * shm_fence;1041 uint32_t sync_fence;1042 uint32_t serial;[all …]