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

Introduce Decoration::damaged signal

This signal is needed to support various server decoration renderers. In
kwin, we'd like to get rid of the DecorationRenderer in the composited
code path in favor of a unified texture atlas. However, on X11, we still
need to support the code path where compositing is off.

This change introduces the Decoration::damaged() signal to make server
side decoration rendering machinery in the compositor more flexible. The
new signal is similar to the SurfaceInterface::damaged() signal.
parent a067a6e9
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