display: Add support for 21:9 displays
https://bugzilla.gnome.org/show_bug.cgi?id=691803
This commit is contained in:
parent
354310cfb4
commit
66576dfe24
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue