Implement Debug trait on exported opaque types (#677)
* Implement `Debug` trait on exported opaque types * Make formatting consistent
This commit is contained in:
parent
7baa96c5c7
commit
f486845f7f
2 changed files with 28 additions and 1 deletions
|
|
@ -13,8 +13,9 @@
|
|||
- Fixed UTF8 handling bug in X11 `set_title` function.
|
||||
- On Windows, `Window::set_cursor` now applies immediately instead of requiring specific events to occur first.
|
||||
- On Windows, fix `Window::set_maximized`.
|
||||
- On Windows, fix transparency (#260).
|
||||
- On Windows 10, fix transparency (#260).
|
||||
- on macOS, fix modifiers during key repeat.
|
||||
- Implemented the `Debug` trait for `Window`, `EventsLoop`, `EventsLoopProxy` and `WindowBuilder`.
|
||||
|
||||
# Version 0.17.2 (2018-08-19)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue