Skip to content
  • Vlad Zahorodnii's avatar
    Properly handle destruction of XdgOutputV1Interface · 3987c0ae
    Vlad Zahorodnii authored
    The xdg-output spec omits whether the compositor has to destroy all xdg-
    output resources when the associated wl_output global is removed.
    
    This means that no xdg-output resource should be destroyed unless the
    client has called the destructor request; otherwise the client may panic
    due to protocol errors.
    
    Starting with Qt 5.15.2, it's okay to destroy generated wrapper objects
    without destroying associated resources. Destructor requests will be
    handled behind the scenes for inert and orphaned resources by code that
    is generated by qtwaylandscanner.
    
    BUG: 426293
    3987c0ae