mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/x11: implement get_dmabuf_primary_formats
This commit is contained in:
parent
44feb832f9
commit
68c4f15958
3 changed files with 39 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ struct wlr_x11_backend {
|
|||
struct wlr_drm_format_set dri3_formats;
|
||||
struct wlr_drm_format_set shm_formats;
|
||||
const struct wlr_x11_format *x11_format;
|
||||
struct wlr_drm_format_set primary_dri3_formats;
|
||||
struct wlr_drm_format_set primary_shm_formats;
|
||||
struct wlr_drm_format *drm_format;
|
||||
struct wl_event_source *event_source;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue