summaryrefslogtreecommitdiffstats
path: root/alacritty_terminal
diff options
context:
space:
mode:
authorChristian Duerr <contact@christianduerr.com>2020-01-10 01:51:37 +0000
committerGitHub <noreply@github.com>2020-01-10 01:51:37 +0000
commitc34ec12c309695e4c14d8e50b5f3f54198f70775 (patch)
treef88bee2818c0208fc288de3d7f9b283cc9c7077b /alacritty_terminal
parentdd1413eb4d4f8cb170458155e5156e569c14130e (diff)
Bump glutin to 0.22.0
Fixes #3165.
Diffstat (limited to 'alacritty_terminal')
-rw-r--r--alacritty_terminal/src/event.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/src/event.rs b/alacritty_terminal/src/event.rs
index 2d43e9dd..c8edae1e 100644
--- a/alacritty_terminal/src/event.rs
+++ b/alacritty_terminal/src/event.rs
@@ -6,6 +6,7 @@ use crate::term::SizeInfo;
#[derive(Clone, Debug, PartialEq)]
pub enum Event {
+ DPRChanged(f64, (u32, u32)),
ConfigReload(PathBuf),
MouseCursorDirty,
Message(Message),