mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
shm: Drop non-premul format, use less ambiguous ARGB8888 naming convention
This also matches the new wl_drm format names.
This commit is contained in:
parent
b2e619c740
commit
151ca457b4
2 changed files with 7 additions and 9 deletions
|
|
@ -108,9 +108,8 @@
|
|||
</enum>
|
||||
|
||||
<enum name="format">
|
||||
<entry name="argb32" value="0"/>
|
||||
<entry name="premultiplied_argb32" value="1"/>
|
||||
<entry name="xrgb32" value="2"/>
|
||||
<entry name="argb8888" value="0"/>
|
||||
<entry name="xrgb8888" value="1"/>
|
||||
</enum>
|
||||
|
||||
<!-- Transfer a shm buffer to the server. The allocated buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue