Skip to content

Commit

Permalink
add 720p and WQHD resolution aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 26, 2024
1 parent 462950c commit d84dafb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xpra/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ def __buffer__(self):
"VGA" : (640, 480),
"SVGA" : (800, 600),
"XGA" : (1024, 768),
"720P" : (1280, 720),
"1080P" : (1920, 1080),
"FHD" : (1920, 1080),
"WQHD" : (2560, 1440),
"4K" : (3840, 2160),
"5K" : (5120, 2880),
"6K" : (6144, 3456),
Expand Down

0 comments on commit d84dafb

Please sign in to comment.