Mark startup_notify unsafe functions as safe
They are safe, since they use the rust `std::env` stuff. Making them safe lets downstream to determine that `std::env` is used and not the `libc` env manipulation routines, which are unsafe.
This commit is contained in:
parent
a06ea45c0f
commit
d68d9eab38
2 changed files with 3 additions and 12 deletions
|
|
@ -18,6 +18,7 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||
- On Web, take all transient activations on the canvas and window into account to queue a fullscreen request.
|
||||
- On Web, remove any fullscreen requests from the queue when an external fullscreen activation was detected.
|
||||
- On Wayland, fix `TouchPhase::Canceled` being sent for moved events.
|
||||
- Mark `startup_notify` unsafe functions as safe.
|
||||
|
||||
# 0.29.1-beta
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue