aboutsummaryrefslogtreecommitdiffstats
path: root/src/events.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/events.rs')
-rw-r--r--src/events.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.rs b/src/events.rs
index 332867a..3e2143a 100644
--- a/src/events.rs
+++ b/src/events.rs
@@ -8,7 +8,7 @@ pub enum Event {
SizeChanged(uint, uint),
/// The position of the window has changed.
- Moved(uint, uint),
+ Moved(int, int),
/// The window has been closed.
Closed,