We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1765946 commit 69ee6f2Copy full SHA for 69ee6f2
src/vonal_daemon/windowing/mod.rs
@@ -63,7 +63,6 @@ impl GlutinWindowContext {
63
let gl_display = glutin::display::Display::new(raw_display_handle, preference).unwrap();
64
65
let config_template = glutin::config::ConfigTemplateBuilder::new()
66
- .with_transparency(true)
67
.compatible_with_native_window(raw_window_handle)
68
.build();
69
0 commit comments