Skip to content
Snippets Groups Projects
Commit 6c214e6d authored by Simon Ser's avatar Simon Ser Committed by Daniel Stone
Browse files

linux-dmabuf: mark format/modifier with deprecated-since attribute


Signed-off-by: Simon Ser's avatarSimon Ser <contact@emersion.fr>
parent 98d8bb67
No related branches found
No related tags found
1 merge request!295linux-dmabuf, xdg-output: use deprecated-since attribute
......@@ -110,7 +110,7 @@
summary="the new temporary"/>
</request>
<event name="format">
<event name="format" deprecated-since="4">
<description summary="supported buffer format">
This event advertises one buffer format that the server supports.
All the supported formats are advertised once when the client
......@@ -127,7 +127,7 @@
<arg name="format" type="uint" summary="DRM_FORMAT code"/>
</event>
<event name="modifier" since="3">
<event name="modifier" since="3" deprecated-since="4">
<description summary="supported buffer format modifier">
This event advertises the formats that the server supports, along with
the modifiers supported for each format. All the supported modifiers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment