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

@ -10,6 +10,7 @@ use self::event_loop::EventsLoopSink;
extern crate wayland_kbd;
extern crate wayland_window;
extern crate tempfile;
mod context;
mod event_loop;