diff options
author | Cedric Bail <cedric.bail@free.fr> | 2014-02-28 12:59:54 -0300 |
---|---|---|
committer | Cedric Bail <cedric.bail@free.fr> | 2014-02-28 12:59:54 -0300 |
commit | 21d03f8a61933262599013394889f859fdc60f7c (patch) | |
tree | 34514425f5819c847e64dc0c83fa979a22a6a9eb | |
parent | 5aa277e4d85b3b2a8342e8c21c1e5f6eee643d98 (diff) |
expedite: add Samsung Serie 9 resolution.
-rw-r--r-- | src/bin/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[] = { | |||
1220 | { "1080p", 1920, 1080}, | 1220 | { "1080p", 1920, 1080}, |
1221 | { "wsvga", 1024, 600 }, | 1221 | { "wsvga", 1024, 600 }, |
1222 | { "wsvga-p", 600 , 1024}, | 1222 | { "wsvga-p", 600 , 1024}, |
1223 | { "s9", 1600, 900 }, | ||
1223 | { NULL, 0, 0 } | 1224 | { NULL, 0, 0 } |
1224 | }; | 1225 | }; |
1225 | 1226 | ||