-
-
Couldn't load subscription status.
- Fork 964
(accidentally merged into non master branch) Desktop: Add window abstraction layer #3299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Performance Benchmark Results
|
Performance Benchmark Results
|
Performance Benchmark Results
|
929627e to
2582400
Compare
91a9c89 to
7154cd6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This reverts commit 747077c.
accidentally merged into non master branch
depends on #3297
Adds a new window abstraction layer.
Will make implementing features that depend on native apis way easier and cleaner in the future.
Windows native window handle got moved in the process and can be used as a example of how this is useful.
This PR will be followed up by one implementing native menu bar on mac.