From 7474f43fc7fcb653ec2e4c26dd5245e0c63bb26e Mon Sep 17 00:00:00 2001 From: Malik Olivier Boussejra Date: Sat, 11 Aug 2018 06:22:22 +0900 Subject: [PATCH] [CHANGELOG] Add glium update Include a word about WINIT_HIDPI_FACTOR=1. --- CHANGELOG.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6d8f66cb2..a4d8e5b14 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -41,6 +41,9 @@ Keep redirection. - Rename `ImGuiCol::ChildWindowBg` to `ImGuiCol::ChildBg`. Keep redirection. +- Upgrade glium to 0.22.0. This updates winit to 0.16. This changes the way +HIDPI are calculated. Depending on your needs, you may want to set HIDPI to 1 +by setting the environment variable `WINIT_HIDPI_FACTOR=1` if you use X11. ### Deprecated