summaryrefslogtreecommitdiff
path: root/setup_menu.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-14 19:58:54 +0000
committerphintuka <phintuka>2008-04-14 19:58:54 +0000
commitc31f0dae0c73833bfe0042707d06d3aab8ce8b28 (patch)
tree560959e429bc93e1959846627f373958d5576683 /setup_menu.c
parente2d000cdb7419b2ef16a7cb19d1892aba469c944 (diff)
downloadxineliboutput-c31f0dae0c73833bfe0042707d06d3aab8ce8b28.tar.gz
xineliboutput-c31f0dae0c73833bfe0042707d06d3aab8ce8b28.tar.bz2
Signal unscaled OSD configuration options in xine_osd_command_t flags
Diffstat (limited to 'setup_menu.c')
-rw-r--r--setup_menu.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/setup_menu.c b/setup_menu.c
index 215a58fe..9187d852 100644
--- a/setup_menu.c
+++ b/setup_menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: setup_menu.c,v 1.54 2008-04-14 14:13:15 phintuka Exp $
+ * $Id: setup_menu.c,v 1.55 2008-04-14 19:58:50 phintuka Exp $
*
*/
@@ -875,8 +875,6 @@ cMenuSetupOSD::~cMenuSetupOSD()
{
xc.alpha_correction = orig_alpha_correction;
xc.alpha_correction_abs = orig_alpha_correction_abs;
-
- cXinelibDevice::Instance().ConfigureOSD();
}
void cMenuSetupOSD::Set(void)
@@ -966,8 +964,6 @@ eOSState cMenuSetupOSD::ProcessKey(eKeys Key)
xc.alpha_correction = newconfig.alpha_correction;
else if(item == ctrl_alpha_abs)
xc.alpha_correction_abs = newconfig.alpha_correction_abs;
- else if(item == ctrl_unscaled)
- cXinelibDevice::Instance().ConfigureOSD();
if(!newconfig.unscaled_osd && !ctrl_lowres)
Set();