1
0
Fork 0
forked from wry/wry

it: use single-pixel buffer instead of shm

This commit is contained in:
Julian Orth 2024-04-02 10:23:55 +02:00
parent aaed003ec8
commit f562f887f0
17 changed files with 280 additions and 76 deletions

View file

@ -56,6 +56,8 @@ impl TestTransport {
compositor: Default::default(),
subcompositor: Default::default(),
shm: Default::default(),
spbm: Default::default(),
viewporter: Default::default(),
xdg: Default::default(),
seats: Default::default(),
});