Skip to content

x11: Simplify X11Client::damageNotifyEvent()

Vlad Zahorodnii requested to merge work/simplify-x11-damage-notify into master

The contents of the if branch is identical to the implementation of the Toplevel::damageNotifyEvent() function and setReadyForPainting() will never be called because m_syncRequest.isPending can be true only if the window supports sync counters.

Merge request reports