wayland: Initially paint the window white so that they always exist

This commit is contained in:
Victor Berger 2017-05-23 21:53:17 +02:00
parent 96a90d0ec6
commit 148c751f32
4 changed files with 63 additions and 9 deletions

View file

@ -40,4 +40,5 @@ dwmapi-sys = "0.1"
wayland-client = { version = "0.8.6", features = ["dlopen"] }
wayland-kbd = "0.8.0"
wayland-window = "0.5.0"
tempfile = "2.1"
x11-dl = "2.8"