implement wlr-gamma-control-unstable-v1
This commit is contained in:
parent
11b3f08514
commit
b1db715a90
26 changed files with 475 additions and 21 deletions
|
|
@ -641,7 +641,8 @@
|
|||
"input-method",
|
||||
"workspace-manager",
|
||||
"foreign-toplevel-manager",
|
||||
"head-manager"
|
||||
"head-manager",
|
||||
"gamma-control-manager"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1013,6 +1013,10 @@ The string should have one of the following values:
|
|||
Grants access to the `jay_head_manager_v1` and `zwlr_output_manager_v1`
|
||||
globals.
|
||||
|
||||
- `gamma-control-manager`:
|
||||
|
||||
Grants access to the `zwlr_gamma_control_manager_v1` global.
|
||||
|
||||
|
||||
#### An array
|
||||
|
||||
|
|
|
|||
|
|
@ -4360,6 +4360,9 @@ ClientCapabilities:
|
|||
description: |
|
||||
Grants access to the `jay_head_manager_v1` and `zwlr_output_manager_v1`
|
||||
globals.
|
||||
- value: gamma-control-manager
|
||||
description: |
|
||||
Grants access to the `zwlr_gamma_control_manager_v1` global.
|
||||
- kind: array
|
||||
description: An array of masks that are OR'd.
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue