From f7c890258f736dc45ae81e2097df6c9658e93606 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Wed, 26 Nov 2003 01:03:31 +0000 Subject: * new unscaled overlay feature (using XShape extension) text subtitles may now be rendered at full screen resolution * load xine fonts on demand - faster startup note: support added to xv, xshm and vidix CVS patchset: 5780 CVS date: 2003/11/26 01:03:31 --- src/video_out/video_out_opengl.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/video_out/video_out_opengl.c') diff --git a/src/video_out/video_out_opengl.c b/src/video_out/video_out_opengl.c index 42f4cc9e0..ffe00340d 100644 --- a/src/video_out/video_out_opengl.c +++ b/src/video_out/video_out_opengl.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_opengl.c,v 1.31 2003/11/11 18:45:00 f1rmb Exp $ + * $Id: video_out_opengl.c,v 1.32 2003/11/26 01:03:32 miguelfreitas Exp $ * * video_out_glut.c, glut based OpenGL rendering interface for xine * Matthias Hopf @@ -749,6 +749,10 @@ static int opengl_get_property (vo_driver_t *this_gen, int property) { return this->sc.user_ratio ; case VO_PROP_BRIGHTNESS: return this->yuv2rgb_gamma; + case VO_PROP_WINDOW_WIDTH: + return this->sc.gui_width; + case VO_PROP_WINDOW_HEIGHT: + return this->sc.gui_height; default: printf ("video_out_opengl: tried to get unsupported property %d\n", property); -- cgit v1.2.3