output: add "named" to multi-output-modes

This commit is contained in:
qaqland 2025-05-11 10:42:29 +08:00
parent 6efb3b5042
commit b4e9f729c3
3 changed files with 28 additions and 8 deletions

View file

@ -18,6 +18,7 @@
enum cg_multi_output_mode {
CAGE_MULTI_OUTPUT_MODE_EXTEND,
CAGE_MULTI_OUTPUT_MODE_LAST,
CAGE_MULTI_OUTPUT_MODE_NAMED,
};
struct cg_server {