mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
wayland: use wl_shm v2 if available
This commit is contained in:
parent
1fd4076082
commit
4f25e1ba9f
2 changed files with 17 additions and 3 deletions
|
|
@ -455,6 +455,9 @@ struct wayland {
|
|||
tll(struct seat) seats;
|
||||
|
||||
tll(struct terminal *) terms;
|
||||
|
||||
/* WL_SHM >= 2 */
|
||||
bool use_shm_release;
|
||||
};
|
||||
|
||||
struct wayland *wayl_init(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue