-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove window flicker [CPP-744] [CPP-752] (#560)
* remove window flicker + Hides the winit window, otherwise on windows you see this window briefly pop-up then disappear before the splash screen shows up + Falls back to 20,20 as the position if a monitor can't be fetched instead of erroring out * try other things to make sure the initial window doesn't show up * attempt to make positioning of splash on wayland work * remove println * disable wayland to center the splash screen * remove resize, reduce code * reorder * Increase init size to 1x1. Co-authored-by: John Michael Burke <[email protected]>
- Loading branch information
1 parent
739367f
commit 0fcdd1f
Showing
3 changed files
with
32 additions
and
17 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters