alacritty: Windows: startup_mode: Maximized no longer works
System: Windows 10, Alacritty 0.3.3.
Using startup_mode: Maximized
has the same effect as startup_mode: Windowed
.
However, Fullscreen
works fine.
This seems to be a regression compared to before.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 1
- Comments: 22 (14 by maintainers)
Commits related to this issue
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event loop i... — committed to chrisduerr/alacritty by chrisduerr 5 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event lo... — committed to alacritty/alacritty by chrisduerr 5 years ago
- Squashed commit of the following: commit b293d08fa9e9b1c40fe9505f0434342a9009be90 Author: thunderseethe <thunderseethe.dev@gmail.com> Date: Mon Oct 7 14:45:55 2019 -0700 Tidy up merge and ensu... — committed to roychoo/alacritty by roychoo 4 years ago
- Squashed commit of the following: commit b293d08fa9e9b1c40fe9505f0434342a9009be90 Author: thunderseethe <thunderseethe.dev@gmail.com> Date: Mon Oct 7 14:45:55 2019 -0700 Tidy up merge and ensu... — committed to roychoo/alacritty by roychoo 4 years ago
- Update to winit/glutin EventLoop 2.0 This takes the latest glutin master to port Alacritty to the EventLoop 2.0 rework. This changes a big part of the event loop handling by pushing the event lo... — committed to roychoo/alacritty by chrisduerr 5 years ago
- Squashed commit of the following: commit b293d08fa9e9b1c40fe9505f0434342a9009be90 Author: thunderseethe <thunderseethe.dev@gmail.com> Date: Mon Oct 7 14:45:55 2019 -0700 Tidy up merge and ensu... — committed to roychoo/alacritty by roychoo 4 years ago
I get the same behavior as @Jiehong with 0.4.2 on Windows 10 Version 1909.
Relevant section of config:
I went back to 0.4.0 and it worked
I’ll do that now.
Seems like upstream is fixed now with https://github.com/rust-windowing/winit/pull/1013
@chrisduerr The example had the same results, I’ve reported the issue upstream w/ winit. https://github.com/rust-windowing/winit/issues/1009
@chrisduerr Your patch had some issues,
There was an extra “)” character from “any” that wasn’t removed, I removed the extra “)” and got another compilation error:
I removed
if window.is_x11()
, it compiled, butstartup_mode: Maximized
still behaves the same.