Use maximum display resolution for the window size

Instead of it being hardcoded to 1440p.
This commit is contained in:
Robbert van der Helm
2020-04-28 11:47:39 +02:00
parent ed54308b45
commit 8adb944445
3 changed files with 70 additions and 36 deletions
+2 -3
View File
@@ -8,9 +8,8 @@ compatibility while also being easy to debug and maintain.
There are a few things that should be done before releasing this, including:
- Fix implementation bugs:
- Polish GUIs even further. There are some todos left in
`src/wine-host/editor.{h,cpp}`.
- Do some final refactoring/clean up. There are a few small todos left for
things that could be a made little bit prettier.
- Add missing details if any to the architecture section.
- Rewrite parts of this readme.
- Briefly verify that this also works fine in Reaper and Ardour.