View | Details | Raw Unified | Return to bug 227846
Collapse All | Expand All

(-)alacritty/files/patch-src_window.rs (+10 lines)
Line 0 Link Here
1
--- src/window.rs.orig	2018-04-23 07:37:25 UTC
2
+++ src/window.rs
3
@@ -200,6 +200,7 @@ impl Window {
4
             .with_transparency(true)
5
             .with_decorations(window_config.decorations());
6
         let context = ContextBuilder::new()
7
+            .with_srgb(true)
8
             .with_vsync(true);
9
         let window = ::glutin::GlWindow::new(window, context, &event_loop)?;
10
         window.show();
(-)alacritty/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/x11/alacritty/Makefile 465950 2018-03-30 08:28:22Z jbeich $
1
# $FreeBSD$
2
2
3
PORTNAME=	alacritty
3
PORTNAME=	alacritty
4
PORTVERSION=	g20180126
4
PORTVERSION=	g20180126
5
PORTREVISION=	1
5
PORTREVISION=	2
6
CATEGORIES=	x11
6
CATEGORIES=	x11
7
7
8
MAINTAINER=	zeising@FreeBSD.org
8
MAINTAINER=	zeising@FreeBSD.org

Return to bug 227846