summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-17 08:05:14 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-17 08:05:14 +0000
commit4ed961f7e5f4c275722a826a996981c198375b47 (patch)
treeb3de9e5ac978f87fad0a8ce50a18176f5a653822 /libvo
parentb14c70b8f5e6a7baf3cc4af16750e5cc85d4dcd4 (diff)
downloadmpv-4ed961f7e5f4c275722a826a996981c198375b47.tar.bz2
mpv-4ed961f7e5f4c275722a826a996981c198375b47.tar.xz
100l, reset ass_border when switching out of fullscreen mode.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28625 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c
index 6126afa084..0ffcab00a4 100644
--- a/libvo/vo_gl.c
+++ b/libvo/vo_gl.c
@@ -155,6 +155,7 @@ static void resize(int x,int y){
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;