File kwin-updateanimationtimers.patch of Package kwin6
diff --color -ruN ./kwin_clean/src/effect/offscreenquickview.cpp ./kwin-6.5.0/src/effect/offscreenquickview.cpp
--- a/src/effect/offscreenquickview.cpp 2025-10-16 12:33:48.000000000 +0100
+++ b/src/effect/offscreenquickview.cpp 2025-10-30 20:54:47.221767183 +0000
@@ -31,6 +31,7 @@
#include <QQuickRenderTarget>
#include <QTimer>
#include <private/qeventpoint_p.h> // for QMutableEventPoint
+#include <private/qabstractanimation_p.h>
namespace KWin
{
@@ -218,6 +219,8 @@
return;
}
+ QUnifiedTimer::instance()->updateAnimationTimers();
+
bool usingGl = d->m_glcontext != nullptr;
EglContext *previousContext = EglContext::currentContext();