From af54ff826b124c7ed8642a8d163f210541da51c3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Feb 2013 17:00:52 +0100 Subject: Remove --rootwin option and rootwin property You can just use --wid=0 if you really want this. This only worked/works for X11, and even then it might interact badly with most desktop environments. All the option did was setting --wid to 0, and the property did nothing. --- core/input/input.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core/input/input.c') diff --git a/core/input/input.c b/core/input/input.c index 6f611a8ef3..4496537317 100644 --- a/core/input/input.c +++ b/core/input/input.c @@ -223,7 +223,6 @@ static const struct legacy_cmd legacy_cmds[] = { {"vo_fullscreen", "no-osd cycle fullscreen"}, {"panscan", "add panscan"}, {"vo_ontop", "cycle ontop"}, - {"vo_rootwin", "cycle rootwin"}, {"vo_border", "cycle border"}, {"frame_drop", "cycle framedrop"}, {"gamma", "add gamma"}, -- cgit v1.2.3