summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Jager <t.jager@gmx.de>2012-11-14 12:17:56 +0200
committerTorsten Jager <t.jager@gmx.de>2012-11-14 12:17:56 +0200
commit339e02f1bdb3cc20223a6c4cf281b26fa90893c2 (patch)
treee046275a4ba97599aeb112013993d5652e4cc823
parent8ce3bb9c71652a257cac22cb2580b0b74cf62ff8 (diff)
downloadxine-lib-339e02f1bdb3cc20223a6c4cf281b26fa90893c2.tar.gz
xine-lib-339e02f1bdb3cc20223a6c4cf281b26fa90893c2.tar.bz2
vo_opengl2: show brightness/contrast/saturation changes while paused
-rw-r--r--src/video_out/video_out_opengl2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_opengl2.c b/src/video_out/video_out_opengl2.c
index e93d65a15..6326aebce 100644
--- a/src/video_out/video_out_opengl2.c
+++ b/src/video_out/video_out_opengl2.c
@@ -786,7 +786,7 @@ static int opengl2_redraw_needed( vo_driver_t *this_gen )
_x_vo_scale_compute_output_size( &this->sc );
return 1;
}
- return 0;
+ return this->update_csc;
}