Skip to content

Commit

Permalink
[CHANGELOG] Add glium update
Browse files Browse the repository at this point in the history
Include a word about WINIT_HIDPI_FACTOR=1.
  • Loading branch information
malikolivier committed Aug 10, 2018
1 parent 8956c17 commit cae6647
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cae6647

Please sign in to comment.