multibg-wayland/src
Gergő Sályi 71dc725ec7 Create shm slot pools per output instead of using one in the global state
This allows the release of graphics memory per output when an output is
destroyed, unlike when we had only one shm slot pool that cannot shrink

Hopefully this will help with a claimed leak of graphics memory:
https://github.com/gergo-salyi/multibg-sway/issues/2
2023-08-31 17:35:35 +02:00
..
cli.rs Update readme and --help that resizing was added 2023-04-27 00:59:51 +02:00
image.rs Implement image resizing 2023-04-26 23:22:46 +02:00
main.rs Create shm slot pools per output instead of using one in the global state 2023-08-31 17:35:35 +02:00
sway.rs Initial commit 2023-04-07 17:25:48 +02:00
wayland.rs Create shm slot pools per output instead of using one in the global state 2023-08-31 17:35:35 +02:00