Wayland: add set_wayland_theme() to control client decoration color… (#775)

* Wayland: add `set_wayland_theme()` to control client decoration color theme

* Change &mut self to &self

* Remove endianness comment
This commit is contained in:
trimental 2019-01-29 18:04:15 +08:00 committed by Victor Berger
parent 8e733543cd
commit c91dfdd6fe
3 changed files with 88 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Wayland, add `set_wayland_theme()` to control client decoration color theme
- Added serde serialization to `os::unix::XWindowType`.
- **Breaking:** `image` crate upgraded to 0.21. This is exposed as part of the `icon_loading` API.