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(); |