mirror of
https://gitlab.freedesktop.org/wlroots/wlr-protocols.git
synced 2026-05-09 07:08:05 +02:00
output-management: relax wl_output match constraint for make/model
This is too restrictive: the compositor might not want to advertise the real make/model in wl_output, because that API is not privileged. References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5045
This commit is contained in:
parent
2ec67ebd26
commit
0d74fc2dc5
1 changed files with 0 additions and 6 deletions
|
|
@ -268,9 +268,6 @@
|
|||
<description summary="head manufacturer">
|
||||
This event describes the manufacturer of the head.
|
||||
|
||||
This must report the same make as the wl_output interface does in its
|
||||
geometry event.
|
||||
|
||||
Together with the model and serial_number events the purpose is to
|
||||
allow clients to recognize heads from previous sessions and for example
|
||||
load head-specific configurations back.
|
||||
|
|
@ -296,9 +293,6 @@
|
|||
<description summary="head model">
|
||||
This event describes the model of the head.
|
||||
|
||||
This must report the same model as the wl_output interface does in its
|
||||
geometry event.
|
||||
|
||||
Together with the make and serial_number events the purpose is to
|
||||
allow clients to recognize heads from previous sessions and for example
|
||||
load head-specific configurations back.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue