mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-05 04:06:11 -05:00
Merge branch 'gbm-explicit-upgrade' into 'master'
Draft: `WLR_GBM_EXPLICIT_UPGRADE` See merge request wlroots/wlroots!5200
This commit is contained in:
commit
e03713983b
4 changed files with 21 additions and 1 deletions
|
|
@ -22,6 +22,10 @@ struct wlr_gbm_allocator {
|
|||
struct gbm_device *gbm_device;
|
||||
|
||||
struct wl_list buffers; // wlr_gbm_buffer.link
|
||||
|
||||
struct {
|
||||
bool explicit_upgrade;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue