[CHANGELOG] Add glium update

Include a word about WINIT_HIDPI_FACTOR=1.
This commit is contained in:
Malik Olivier Boussejra 2018-08-11 06:22:22 +09:00
parent 7f6e3ad286
commit 1ac9c84ba2

View File

@ -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