diff options
author | phintuka <phintuka> | 2009-03-23 08:38:57 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-03-23 08:38:57 +0000 |
commit | dad156888c9219e33ad124f3c8a876766112bb50 (patch) | |
tree | cd4428e74def54095dd7f7b96eff125c27c7faac | |
parent | 737a3de2c593e61cc516cbf4eb64915049fbf13f (diff) | |
download | xineliboutput-dad156888c9219e33ad124f3c8a876766112bb50.tar.gz xineliboutput-dad156888c9219e33ad124f3c8a876766112bb50.tar.bz2 |
Enabled setup menu entry for multilayer OSD
-rw-r--r-- | setup_menu.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/setup_menu.c b/setup_menu.c index 6e9ec2f6..20248126 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.67 2009-01-09 08:39:08 rofafor Exp $ + * $Id: setup_menu.c,v 1.68 2009-03-23 08:38:57 phintuka Exp $ * */ @@ -950,10 +950,8 @@ void cMenuSetupOSD::Set(void) new cMenuEditStraI18nItem(tr("Scaling method"), &newconfig.osd_scaling, OSD_SCALING_count, xc.s_osdScalings)); -# if 0 - Add(new cMenuEditStraI18nItem(tr("Show all layers"), &newconfig.osd_mixer, - OSD_MIXER_count, xc.s_osdMixers)); -# endif + Add(new cMenuEditStraI18nItem(tr("Show all layers"), &newconfig.osd_mixer, + OSD_MIXER_count, xc.s_osdMixers)); Add(ctrl_alpha = new cMenuEditTypedIntItem(tr("Dynamic transparency correction"), "%", |