captainigloo pushed a commit to branch master.

http://git.enlightenment.org/tools/expedite.git/commit/?id=58857a657c6e5303bcd36d9d83d29bc5d28efaa7

commit 58857a657c6e5303bcd36d9d83d29bc5d28efaa7
Author: Nicolas Aguirre <aguirre.nico...@gmail.com>
Date:   Mon Nov 16 17:11:55 2015 +0100

    expedite: Add 1080p portrait resolution.
---
 src/bin/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/main.c b/src/bin/main.c
index 98e8ee7..d879378 100644
--- a/src/bin/main.c
+++ b/src/bin/main.c
@@ -1164,6 +1164,7 @@ static const Expedite_Resolution resolutions[] = {
   { "720p",    1280, 720 },
   { "1050p",   1680, 1050},
   { "1080p",   1920, 1080},
+  { "1080p-p", 1080, 1920},
   { "wsvga",   1024, 600 },
   { "wsvga-p", 600 , 1024},
   { "s9",      1600, 900 },

-- 


Reply via email to