display: Add support for 21:9 displays

https://bugzilla.gnome.org/show_bug.cgi?id=691803
This commit is contained in:
Stéphane Graber 2013-01-15 14:48:19 -05:00 committed by Bastien Nocera
parent 354310cfb4
commit 66576dfe24

View file

@ -735,6 +735,9 @@ make_resolution_string (int width, int height)
case 17: case 17:
aspect = "16\342\210\2669"; aspect = "16\342\210\2669";
break; break;
case 23:
aspect = "21\342\210\2669";
break;
case 12: case 12:
aspect = "5\342\210\2664"; aspect = "5\342\210\2664";
break; break;