diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 6eb3d935032..8f5c1e56211 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -93,6 +93,7 @@ impl Window { let mut builder = glutin::WindowBuilder::new().with_title("Servo".to_string()) .with_decorations(!opts::get().no_native_titlebar) + .with_transparency(opts::get().no_native_titlebar) .with_dimensions(width, height) .with_gl(Window::gl_version()) .with_visibility(is_foreground)