Remove FramebufferSizeChanged event
This commit is contained in:
parent
f5080a2b29
commit
0103fb833e
2 changed files with 1 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
extern crate libc;
|
||||
|
||||
pub use events::{Event, Element, PositionChanged, SizeChanged, Closed, CursorPositionChanged, Focused};
|
||||
pub use events::{Iconified, NeedRefresh, FramebufferSizeChanged};
|
||||
pub use events::{Iconified, NeedRefresh};
|
||||
pub use hints::{Hints, ClientAPI, Profile};
|
||||
|
||||
#[cfg(windows)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue