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

Don't use "no border" property to determine if Deleted was decorated

With xdg-toplevel windows, the value of the "no border" property can be
sometimes out of sync with the fact whether the window is decorated. This
may result in Deleted windows being frameless.

In order to address that issue, we need to store the current value of
AbstractClient::isDecorated() during the construction of Deleted.


(cherry picked from commit ed5dfa16)
parent 849f102e
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