cedric pushed a commit to branch master. http://git.enlightenment.org/tools/expedite.git/commit/?id=21d03f8a61933262599013394889f859fdc60f7c
commit 21d03f8a61933262599013394889f859fdc60f7c Author: Cedric Bail <[email protected]> Date: Fri Feb 28 12:59:54 2014 -0300 expedite: add Samsung Serie 9 resolution. --- src/bin/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/main.c b/src/bin/main.c index e819ed8..28753bd 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1220,6 +1220,7 @@ static const Expedite_Resolution resolutions[] = { { "1080p", 1920, 1080}, { "wsvga", 1024, 600 }, { "wsvga-p", 600 , 1024}, + { "s9", 1600, 900 }, { NULL, 0, 0 } }; --
