diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-13 02:52:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-13 02:52:15 +0200 |
commit | 5d7d39e9176f89a05466650040677599bbc64723 (patch) | |
tree | eb81fa9f0ee084c8352433dc670e5b88e2d3c1b0 /doc/info/mds.texinfo | |
parent | m (diff) | |
download | mds-5d7d39e9176f89a05466650040677599bbc64723.tar.gz mds-5d7d39e9176f89a05466650040677599bbc64723.tar.bz2 mds-5d7d39e9176f89a05466650040677599bbc64723.tar.xz |
set-gamma protocol: priority is not used when removing a filter
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'doc/info/mds.texinfo')
-rw-r--r-- | doc/info/mds.texinfo | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 9fa7c45..b6ae5a4 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5058,13 +5058,6 @@ in response to a @code{Command: assign-id}-header. @item Required header: @code{CRTC} The output name for the CRTC of interest. -@item Required header: @code{Priority} -A signed 64-bit integer of the priority for the -filter. Gamma correction should use zero priority. It -is preferable that search logical adjustment is sent -with different priorities so other programs can insert -filters between them. - @item Required header: @code{Class} A UTF-8 string that identifies the filter. It should be formatted as @code{pkg::cmd::role}. @code{pkg} @@ -5084,6 +5077,15 @@ Remove the filter when the client dies. Remove the filter now. @end table +@item Conditionally required header: @code{Priority} +A signed 64-bit integer of the priority for the +filter. Gamma correction should use zero priority. It +is preferable that logical adjustment are sent with +different priorities so other programs can insert +filters between them. +Available and required if @code{Lifespan: remove} is +not included in the message. + @item Conditionally required header: @code{Length} The length of the message. Available and required if @code{Lifespan: remove} is |