servo: Merge #8163 - Enable multitouch in Glutin (from mbrubeck:glutin-multitouch); r=glennw

This tells Glutin's Android and iOS back-ends to send events for more than one
pointer at a time.

r? @glennw

Source-Repo: https://github.com/servo/servo
Source-Revision: 28f4dd4f4806bfc2496bebcdedc3120731f14da2
This commit is contained in:
Matt Brubeck 2015-10-23 06:13:28 -06:00
Родитель c5df265cfe
Коммит ab57828df0
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -93,6 +93,7 @@ impl Window {
.with_gl(Window::gl_version())
.with_visibility(is_foreground)
.with_parent(parent)
.with_multitouch()
.build()
.unwrap();