https://bugs.kde.org/show_bug.cgi?id=445894

--- Comment #23 from Vlad Zahorodnii <vlad.zahorod...@kde.org> ---
> So it's the pointer returned by backend->drmFormat(m_output);

drmFormat() returns an integer. can you add a default member initializer for
GbmFormat::drmFormat, i.e.

struct GbmFormat
{
    uint32_t drmFormat = 0;

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to