picom/include
Yuxuan Shui bd26302f07
backend: embed backend_operations table in backend_base
The idea is to allow backend plugins to override backend functions by
modifying this table. Right now, when they do this they are actually
changing a global variable and their change will persist after backend
resets (!). Store the table inside backend_base solves this problem.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2024-05-25 11:08:52 +01:00
..
picom backend: embed backend_operations table in backend_base 2024-05-25 11:08:52 +01:00
meson.build plugin: add picom API headers 2024-05-25 11:08:43 +01:00