Fix bad events

This commit is contained in:
Tomaka17 2014-07-30 13:11:49 +02:00
parent 838cc2b325
commit aa7d88dbda
4 changed files with 7 additions and 10 deletions

View file

@ -1,9 +1,9 @@
#![feature(unsafe_destructor)]
#![feature(globs)]
extern crate libc;
pub use events::{Event, Element, PositionChanged, SizeChanged, Closed, CursorPositionChanged, Focused};
pub use events::{Iconified, NeedRefresh, Pressed, Released};
pub use events::*;
pub use hints::{Hints, ClientAPI, Profile};
#[cfg(windows)]