cosmic-workspaces: abstract transaction-addon

This allows to use it for a future ext-workspace implementation.
It is also more generalized so can be used for other protocol
implementation in the future in case the protocols require some
kind of transaction management.
This commit is contained in:
Consolatis 2024-11-18 18:38:42 +01:00 committed by Johan Malm
parent afe416f04e
commit 63dc609085
7 changed files with 258 additions and 176 deletions

View file

@ -1 +1,5 @@
labwc_sources += files(
'transaction-addon.c',
)
subdir('cosmic_workspaces')