Mir

Comment 2 for bug 1723235

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Root cause:

class WaylandBuffer :
...
    std::shared_ptr<mir::graphics::NativeBuffer> native_buffer_handle() const override
    {
        return nullptr;
    }