Searched defs:x11_image (Results 1 – 1 of 1) sorted by relevance
912 struct x11_image { struct913 struct wsi_image base;914 xcb_pixmap_t pixmap;915 xcb_xfixes_region_t update_region; /* long lived XID */916 xcb_xfixes_region_t update_area; /* the above or None */917 bool busy;918 bool present_queued;919 struct xshmfence * shm_fence;920 uint32_t sync_fence;921 uint32_t serial;[all …]