aboutsummaryrefslogtreecommitdiff
path: root/src/display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.rs')
-rw-r--r--src/display.rs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/display.rs b/src/display.rs
index 9227037e..418f616e 100644
--- a/src/display.rs
+++ b/src/display.rs
@@ -198,15 +198,15 @@ impl Display {
});
Ok(Display {
- window: window,
- renderer: renderer,
- glyph_cache: glyph_cache,
- render_timer: render_timer,
- tx: tx,
- rx: rx,
+ window,
+ renderer,
+ glyph_cache,
+ render_timer,
+ tx,
+ rx,
meter: Meter::new(),
font_size: font::Size::new(0.),
- size_info: size_info,
+ size_info,
last_background_color: background_color,
})
}