diff options
author | Joe Wilm <jwilm@users.noreply.github.com> | 2017-01-08 21:43:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-08 21:43:27 -0800 |
commit | 2fa271419c4765f7758dcf336fe0b913c12c18a6 (patch) | |
tree | 36b43ff5b0de3e326a96e0e92313e395d63db574 /src/main.rs | |
parent | 9e856bc9d2c99f8cef143786d42c8f4c40de4a5f (diff) | |
parent | d7a59810484015eda26ab34938512c54f6477d4e (diff) | |
download | r-alacritty-2fa271419c4765f7758dcf336fe0b913c12c18a6.tar.gz r-alacritty-2fa271419c4765f7758dcf336fe0b913c12c18a6.tar.bz2 r-alacritty-2fa271419c4765f7758dcf336fe0b913c12c18a6.zip |
Merge pull request #236 from tcrayford/print_glutin_events
print glutin events if --print-events is passed
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index fb305e7c..cda28d13 100644 --- a/src/main.rs +++ b/src/main.rs @@ -118,6 +118,7 @@ fn run(mut config: Config, options: cli::Options) -> Result<(), Box<Error>> { let mut processor = event::Processor::new( event_loop::Notifier(loop_tx), display.resize_channel(), + &options, &config, options.ref_test, display.size().to_owned(), |