On Wed, Aug 5, 2015 at 6:20 PM, Derek Foreman <[email protected]> wrote:
> Good catch!
>
> However, can we get the same result by making weston_output_init() call
> wl_list_init(&output->link)?
>
> I think that'd be simple enough not to require a comment to explain
> what's going on...

Indeed, you're right. I tested your approach and it works as expected.
I thought that wl_list_init() should be run only on a list head, not
individual items, but I see that I was wrong :)

Thanks,
     Dawid
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to