[PATCH] screenshooter: Add missing field initializers for wl_output_listener

Daniel Stone daniel at fooishbar.org
Tue Jul 7 11:11:27 PDT 2015


Hi,

On 7 July 2015 at 18:27, Christopher Michael <cpmichael at osg.samsung.com> wrote:
> This patch adds missing placeholders for the wl_output listener functions
> 'done' and 'scale. The placeholders added here are no-op function
> placeholders as the done and scale callbacks are not used in the screenshot
> client.

More correctly, they are never called (which would happen on receipt
of a server event) because it only ever binds wl_output v1, where the
done/scale events were added in v2, so the server will never send
those events.

Cheers,
Daniel


More information about the wayland-devel mailing list