diff --git a/servo/ports/glutin/window.rs b/servo/ports/glutin/window.rs index 339259f6df67..2c720fa38536 100644 --- a/servo/ports/glutin/window.rs +++ b/servo/ports/glutin/window.rs @@ -93,6 +93,7 @@ impl Window { .with_gl(Window::gl_version()) .with_visibility(is_foreground) .with_parent(parent) + .with_multitouch() .build() .unwrap();