From 8864662b13e9f621209d7b92d763a0641b6907ef Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 2 Mar 2009 11:24:20 +0000 Subject: Make WinID a 64 bit integer, this should avoid issues with valid Window handles on windows being interpreted as "no wid set". git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28795 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/video_out.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/video_out.c') diff --git a/libvo/video_out.c b/libvo/video_out.c index 69d6992210..05d2291d05 100644 --- a/libvo/video_out.c +++ b/libvo/video_out.c @@ -68,7 +68,7 @@ int vo_refresh_rate=0; int vo_keepaspect=1; int vo_rootwin=0; int vo_border=1; -int WinID = -1; +int64_t WinID = -1; int vo_pts=0; // for hw decoding float vo_fps=0; -- cgit v1.2.3