From 6294d3c7ddc303913c83fd74d14c7a801d496c9e Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sun, 13 Dec 2015 11:43:39 +0100 Subject: api/wayland: core windows and events structure. --- src/api/wayland/events.rs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/api/wayland/events.rs (limited to 'src/api/wayland/events.rs') diff --git a/src/api/wayland/events.rs b/src/api/wayland/events.rs new file mode 100644 index 0000000..86f0575 --- /dev/null +++ b/src/api/wayland/events.rs @@ -0,0 +1,10 @@ +use Event as GlutinEvent; + +use wayland_client::Event as WaylandEvent; +use wayland_client::ProxyId; + +pub fn translate_event(evt: WaylandEvent) -> Option<(GlutinEvent, ProxyId)> { + match evt { + _ => None + } +} \ No newline at end of file -- cgit v1.2.3