mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-03 01:41:28 -05:00
output: add "named" to multi-output-modes
This commit is contained in:
parent
6efb3b5042
commit
b4e9f729c3
3 changed files with 28 additions and 8 deletions
1
server.h
1
server.h
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue