changeset 28590:d1ca19ff9b52

100l, reset ass_border when switching out of fullscreen mode.
author reimar
date Tue, 17 Feb 2009 08:05:14 +0000
parents 00421bf8299f
children 7ca6dcad8cc0
files libvo/vo_gl.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_gl.c	Tue Feb 17 03:20:40 2009 +0000
+++ b/libvo/vo_gl.c	Tue Feb 17 08:05:14 2009 +0000
@@ -155,6 +155,7 @@
 
   glMatrixMode(GL_PROJECTION);
   glLoadIdentity();
+  ass_border_x = ass_border_y = 0;
   if (vo_fs && use_aspect) {
     int new_w, new_h;
     GLdouble scale_x, scale_y;