config: allow disabling color-management
This commit is contained in:
parent
c66f5798b7
commit
248eb324a5
24 changed files with 388 additions and 9 deletions
15
wire/jay_color_management.txt
Normal file
15
wire/jay_color_management.txt
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
request destroy {
|
||||
|
||||
}
|
||||
|
||||
request get {
|
||||
|
||||
}
|
||||
|
||||
request set_enabled {
|
||||
enabled: u32,
|
||||
}
|
||||
|
||||
event enabled {
|
||||
enabled: u32,
|
||||
}
|
||||
|
|
@ -101,6 +101,10 @@ request get_toplevel (since = 12) {
|
|||
toplevel_id: str,
|
||||
}
|
||||
|
||||
request get_color_management (since = 14) {
|
||||
id: id(jay_color_management),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event client_id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue