From 66acf1e03da4d0206e3368bf58953b071887ccb2 Mon Sep 17 00:00:00 2001 From: Tezkerek Date: Thu, 7 Jun 2018 19:53:16 +0300 Subject: Add working --class and --title CLI parameters --- src/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display.rs') diff --git a/src/display.rs b/src/display.rs index 2b87bf50..e0453f72 100644 --- a/src/display.rs +++ b/src/display.rs @@ -137,7 +137,7 @@ impl Display { let render_timer = config.render_timer(); // Create the window where Alacritty will be displayed - let mut window = Window::new(&options.title, config.window())?; + let mut window = Window::new(&options, config.window())?; // get window properties for initializing the other subsystems let mut viewport_size = window.inner_size_pixels() -- cgit