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

x11: Prefer kwinApp()->x11Connection() over connection()

With connection(), we will look up the x11 connection property on
kwinApp() object, which is less efficient than just calling a method on
the app object.
parent b62630c8
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