changeset 769:e1c2c60fa881

Don't haste.
author atmosfear
date Fri, 11 May 2001 14:52:06 +0000
parents 9ba4dd7015d2
children 0e549c933515
files cfg-mplayer.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-mplayer.h	Fri May 11 14:47:01 2001 +0000
+++ b/cfg-mplayer.h	Fri May 11 14:52:06 2001 +0000
@@ -114,8 +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},
+        {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1},
+        {"nozoom", &softzoom, CONF_TYPE_FLAG, 0, 1, 0},
         {"flip", &flip, CONF_TYPE_FLAG, 0, 0, 1},
         {"noflip", &flip, CONF_TYPE_FLAG, 0, 1, 0},