mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04:00
protocol: Correct description indentation
Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
3f1104d64c
commit
40feca914b
1 changed files with 5 additions and 5 deletions
|
|
@ -173,7 +173,7 @@
|
||||||
|
|
||||||
<event name="done">
|
<event name="done">
|
||||||
<description summary="done event">
|
<description summary="done event">
|
||||||
Notify the client when the related request is done.
|
Notify the client when the related request is done.
|
||||||
</description>
|
</description>
|
||||||
<arg name="callback_data" type="uint" summary="request-specific data for the wl_callback"/>
|
<arg name="callback_data" type="uint" summary="request-specific data for the wl_callback"/>
|
||||||
</event>
|
</event>
|
||||||
|
|
@ -281,11 +281,11 @@
|
||||||
|
|
||||||
<enum name="format">
|
<enum name="format">
|
||||||
<description summary="pixel formats">
|
<description summary="pixel formats">
|
||||||
This describes the memory layout of an individual pixel.
|
This describes the memory layout of an individual pixel.
|
||||||
|
|
||||||
All renderers should support argb8888 and xrgb8888 but any other
|
All renderers should support argb8888 and xrgb8888 but any other
|
||||||
formats are optional and may not be supported by the particular
|
formats are optional and may not be supported by the particular
|
||||||
renderer in use.
|
renderer in use.
|
||||||
|
|
||||||
The drm format codes match the #defines in drm_fourcc.h.
|
The drm format codes match the #defines in drm_fourcc.h.
|
||||||
The formats actually supported by the compositor will be
|
The formats actually supported by the compositor will be
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue