Skip to content
  • Vlad Zahorodnii's avatar
    wayland: Don't call updateDecoration() for popups · 5eaf46c2
    Vlad Zahorodnii authored
    After lowering the message severity for the KWIN_CORE logging category,
    it has been found that the Workspace calls the updateDecoration() method
    for every mapped popup surface.
    
    Since the XdgPopupClient doesn't implement that method, a warning message
    is printed every time a popup is mapped.
    
    Given that XdgToplevelClient updates the decoration when needed, we can
    remove the call to the updateDecoration() method.
    5eaf46c2