]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_widgets.c
Always re-arm the cursor hide timeout on movement (fixes: #3915)
[vlc] / src / video_output / video_widgets.c
index f8835d2ff3ffc4ddf9c6f4d58a4d9a97fd2584ff..5d3e21be9f3f154ae85c408e8ec599fe04112e16 100644 (file)
@@ -309,7 +309,7 @@ static void OSDWidget(vout_thread_t *vout, int channel, int type, int position)
     subpic->b_absolute = true;
     subpic->b_fade     = true;
 
-    spu_DisplaySubpicture(vout_GetSpu(vout), subpic);
+    vout_PutSubpicture(vout, subpic);
 }
 
 void vout_OSDSlider(vout_thread_t *vout, int channel, int position, short type)