[vlc-commits] vout:win32: the hide timeout is stored in milliseconds not mtime_t

Steve Lhomme git at videolan.org
Thu Jun 14 16:41:23 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Jun 13 17:12:27 2018 +0200| [76348adc8b80f0523b4f35d6650f003fc2b62980] | committer: Steve Lhomme

vout:win32: the hide timeout is stored in milliseconds not mtime_t

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76348adc8b80f0523b4f35d6650f003fc2b62980
---

 modules/video_output/win32/events.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/win32/events.c b/modules/video_output/win32/events.c
index a911dbc6d6..f897b0b48d 100644
--- a/modules/video_output/win32/events.c
+++ b/modules/video_output/win32/events.c
@@ -71,7 +71,7 @@ struct event_thread_t
     HCURSOR cursor_arrow;
     HCURSOR cursor_empty;
     unsigned button_pressed;
-    mtime_t hide_timeout;
+    int64_t hide_timeout;
     mtime_t last_moved;
 
     /* Gestures */



More information about the vlc-commits mailing list