Implement set_maximized, set_fullscreen and set_decorations for wayland (#383)

* wayland: implement Window::set_decorations()

* wayland: implement Window::set_maximized()

* wayland: implement Window::set_fullscreen()

* Update changelog.
This commit is contained in:
Victor Berger 2018-01-13 06:38:12 +01:00 committed by Pierre Krieger
parent dddd9de151
commit 0ea4f93f05
3 changed files with 36 additions and 15 deletions

View file

@ -1,5 +1,7 @@
# Unreleased
- Implement `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for Wayland.
# Version 0.10.0 (2017-12-27)
- Add support for `Touch` for emscripten backend.