wayland: internal event buffer & wait for xdg configure (#255)

This commit is contained in:
Victor Berger 2017-08-31 19:43:24 +02:00 committed by tomaka
parent 7dc6fcdedc
commit 1b22e39fb2
3 changed files with 42 additions and 12 deletions

View file

@ -39,6 +39,6 @@ dwmapi-sys = "0.1"
wayland-client = { version = "0.9.9", features = ["dlopen"] }
wayland-protocols = { version = "0.9.9", features = ["unstable_protocols"] }
wayland-kbd = "0.9.1"
wayland-window = "0.7.0"
wayland-window = "0.8.0"
tempfile = "2.1"
x11-dl = "2.8"