Skip to content

Commit 69ee6f2

Browse files
committed
Remove searching for transparent config
1 parent 1765946 commit 69ee6f2

File tree

1 file changed

+0
-1
lines changed
  • src/vonal_daemon/windowing

1 file changed

+0
-1
lines changed

src/vonal_daemon/windowing/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ impl GlutinWindowContext {
6363
let gl_display = glutin::display::Display::new(raw_display_handle, preference).unwrap();
6464

6565
let config_template = glutin::config::ConfigTemplateBuilder::new()
66-
.with_transparency(true)
6766
.compatible_with_native_window(raw_window_handle)
6867
.build();
6968

0 commit comments

Comments
 (0)