Skip to content
Commit 5eaf46c2 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

wayland: Don't call updateDecoration() for popups

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.
parent 33cf87f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment