mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 22:30:04 -04:00
X11: Fix compilation when c_char==c_uchar (#586)
This commit is contained in:
committed by
GitHub
parent
2f7321a076
commit
fad72c0441
@@ -2,6 +2,7 @@
|
||||
|
||||
- Added logging through `log`. Logging will become more extensive over time.
|
||||
- On X11 and Windows, the window's DPI factor is guessed before creating the window. This *greatly* cuts back on unsightly auto-resizing that would occur immediately after window creation.
|
||||
- Fixed X11 backend compilation for environments where `c_char` is unsigned.
|
||||
|
||||
# Version 0.16.0 (2018-06-25)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user