From 6f1486b397d632feaa71f88b980491aea7b69256 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 17 Sep 2012 08:38:19 +0200 Subject: commands: replace --hardframedrop, change framedropping property Replace --hardframedrop with --framedrop=hard. Rename the framedrop property from "framedropping" to "framedrop" for the sake of making command line options have the same name as their corresponding property. Change the property to accept choice values instead of numeric values. Remove unused/forgotten auto_quality variable. --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index 10747b0891..d783f53aca 100644 --- a/input/input.c +++ b/input/input.c @@ -173,7 +173,7 @@ static const struct legacy_cmd legacy_cmds[] = { {"vo_ontop", "switch ontop"}, {"vo_rootwin", "switch rootwin"}, {"vo_border", "switch border"}, - {"frame_drop", "switch framedropping"}, + {"frame_drop", "switch framedrop"}, {"gamma", "switch gamma"}, {"brightness", "switch brightness"}, {"contrast", "switch contrast"}, -- cgit v1.2.3