From 0320a4b2058bfdb4b34b1a94f347dc03da2f32d0 Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 26 Sep 2006 08:23:09 +0000 Subject: default to unscaled (xxmc hardware) OSD --- xine_frontend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xine_frontend.c b/xine_frontend.c index 9b8fbf02..04197123 100644 --- a/xine_frontend.c +++ b/xine_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.c,v 1.23 2006-09-26 07:43:16 phintuka Exp $ + * $Id: xine_frontend.c,v 1.24 2006-09-26 08:23:09 phintuka Exp $ * */ @@ -474,7 +474,7 @@ static int fe_xine_init(frontend_t *this_gen, const char *audio_driver, 20, NULL, NULL); xine_config_register_bool(this->xine, "gui.osd_use_unscaled", - 1, + 0, _("Use unscaled OSD"), _("Use unscaled (full screen resolution) OSD if possible"), 10, NULL, NULL); -- cgit v1.2.3