From aa7d88dbda1d000ce6e7d2c315a7496ca0e08471 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Wed, 30 Jul 2014 13:11:49 +0200 Subject: Fix bad events --- src/events.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/events.rs') diff --git a/src/events.rs b/src/events.rs index 3e2143a..826a7cb 100644 --- a/src/events.rs +++ b/src/events.rs @@ -1,11 +1,8 @@ #[deriving(Clone,Show)] pub enum Event { - /// The position of the window has changed. - PositionChanged(uint, uint), - /// The size of the window has changed. - SizeChanged(uint, uint), + Resized(uint, uint), /// The position of the window has changed. Moved(int, int), -- cgit v1.2.3