aboutsummaryrefslogtreecommitdiff
path: root/editors/mp/files/patch-mpv__qt4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/mp/files/patch-mpv__qt4.cpp')
-rw-r--r--editors/mp/files/patch-mpv__qt4.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/mp/files/patch-mpv__qt4.cpp b/editors/mp/files/patch-mpv__qt4.cpp
new file mode 100644
index 000000000000..e8ef3659ce85
--- /dev/null
+++ b/editors/mp/files/patch-mpv__qt4.cpp
@@ -0,0 +1,13 @@
+Fix forgotten renamed variable.
+
+--- mpv_qt4.cpp.orig 2021-04-06 20:21:29 UTC
++++ mpv_qt4.cpp
+@@ -518,7 +518,7 @@ static mpdm_t qt4_drv_idle(mpdm_t a, mpdm_t ctxt)
+
+ window->area->timer->stop();
+
+- if (msecs)
++ if (idle_msecs)
+ window->area->timer->start(idle_msecs);
+
+ return NULL;