update comment with 10bit color formats

This commit is contained in:
DerVerruckteFuchs 2020-07-21 23:26:24 -04:00
parent 02e94738eb
commit 128eb56dc4

View file

@ -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