wayland: properly fetch new events with Window::poll_events()

This commit is contained in:
Victor Berger 2016-10-16 23:29:29 +02:00
parent 0663269482
commit 76f5613496
2 changed files with 13 additions and 4 deletions

View file

@ -39,7 +39,7 @@ kernel32-sys = "0.2"
dwmapi-sys = "0.1"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
wayland-client = { version = "0.7.3", features = ["dlopen"] }
wayland-client = { version = "0.7.4", features = ["dlopen"] }
wayland-kbd = "0.6.2"
wayland-window = "0.4.2"
x11-dl = "2.8"