changeset 768:9ba4dd7015d2

Ooops =)
author atmosfear
date Fri, 11 May 2001 14:47:01 +0000
parents 372042df5c77
children e1c2c60fa881
files cfg-mplayer.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri May 11 14:41:47 2001 +0000
+++ b/cfg-mplayer.h	Fri May 11 14:47:01 2001 +0000
@@ -114,6 +114,8 @@
         {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0},
 	{"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
 	{"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},
+        {"zoom", &zoom, CONF_TYPE_FLAG, 0, 0, 1},
+        {"nozoom", &zoom, CONF_TYPE_FLAG, 0, 1, 0},
         {"flip", &flip, CONF_TYPE_FLAG, 0, 0, 1},
         {"noflip", &flip, CONF_TYPE_FLAG, 0, 1, 0},