diff options
Diffstat (limited to 'x11/alacritty/files/patch-src_window.rs')
-rw-r--r-- | x11/alacritty/files/patch-src_window.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/alacritty/files/patch-src_window.rs b/x11/alacritty/files/patch-src_window.rs deleted file mode 100644 index 8b3453dd674c..000000000000 --- a/x11/alacritty/files/patch-src_window.rs +++ /dev/null @@ -1,10 +0,0 @@ ---- src/window.rs.orig 2018-04-23 07:37:25 UTC -+++ src/window.rs -@@ -200,6 +200,7 @@ impl Window { - .with_transparency(true) - .with_decorations(window_config.decorations()); - let context = ContextBuilder::new() -+ .with_srgb(true) - .with_vsync(true); - let window = ::glutin::GlWindow::new(window, context, &event_loop)?; - window.show(); |