hermet pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=7dca83b4e53788dfed257c9a9b03b4b1c10fa1b4
commit 7dca83b4e53788dfed257c9a9b03b4b1c10fa1b4 Author: Hermet Park <[email protected]> Date: Fri Dec 27 13:37:25 2019 +0900 add one more resolution item. --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index 4dad80b..47679ca 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1169,6 +1169,7 @@ static const Expedite_Resolution resolutions[] = { { "1080p-p", 1080, 1920}, { "wsvga", 1024, 600 }, { "wsvga-p", 600 , 1024}, + { "watch-360", 360, 360}, { NULL, 0, 0 } }; --
