api/wayland: core windows and events structure.

This commit is contained in:
Victor Berger 2015-12-13 11:43:39 +01:00
parent 833c892cf9
commit 6294d3c7dd
4 changed files with 236 additions and 26 deletions

View file

@ -7,6 +7,7 @@ extern crate wayland_kbd;
extern crate wayland_window;
mod context;
mod events;
mod monitor;
mod window;