Hi Emilio,

On Thu, 12 Jul 2018 at 12:46, Emilio Pozuelo Monfort <poch...@gmail.com> wrote:
> @@ -147,7 +147,7 @@ fill_content(struct buffer *my_buf, uint64_t modifier)
>                         for (y = 0; y < my_buf->height; y++) {
>                                 pix8 = my_buf->mmap + y * my_buf->stride;
>                                 for (x = 0; x < my_buf->width; x++)
> -                                       *pix8++ = x % 0xff;
> +                                       *pix8++ = x % 256;

This somehow ended up also squashed into the GBM rewrite. I've pulled
it out of that patch.

Cheers,
Daniel
_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to