diff libvo/video_out.c @ 28760:dec2bc0855e8

Make WinID a 64 bit integer, this should avoid issues with valid Window handles on windows being interpreted as "no wid set".
author reimar
date Mon, 02 Mar 2009 11:24:20 +0000
parents 9d1869f780c0
children c2baa796c5e5
line wrap: on
line diff
--- a/libvo/video_out.c	Mon Mar 02 11:17:50 2009 +0000
+++ b/libvo/video_out.c	Mon Mar 02 11:24:20 2009 +0000
@@ -68,7 +68,7 @@
 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;