Work on input support for X11

This commit is contained in:
Pierre Krieger 2014-07-28 14:15:02 +02:00
parent 433c5b956e
commit c1da2b1273
4 changed files with 2068 additions and 2 deletions

View file

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