mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-06 04:06:11 -05:00
update comment with 10bit color formats
This commit is contained in:
parent
02e94738eb
commit
128eb56dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ struct wlr_drm_plane {
|
|||
/* Buffer currently displayed on screen */
|
||||
struct wlr_drm_fb current_fb;
|
||||
|
||||
uint32_t drm_format; // ARGB8888 or XRGB8888
|
||||
uint32_t drm_format; // ARGB2101010, XRGB2101010, ARGB8888, or XRGB8888
|
||||
struct wlr_drm_format_set formats;
|
||||
|
||||
// Only used by cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue