Add X11-specific with_gtk_theme_variant option (#659)

This commit is contained in:
Tobias Umbach
2018-09-20 23:00:04 +02:00
committed by Francesca Plebani
parent 1edbca1775
commit bc03ffb317
4 changed files with 27 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
- Fixed graphical glitches when resizing on Wayland.
- On Windows, fix freezes when performing certain actions after a window resize has been triggered. Reintroduces some visual artifacts when resizing.
- Updated window manager hints under X11 to v1.5 of [Extended Window Manager Hints](https://specifications.freedesktop.org/wm-spec/wm-spec-1.5.html#idm140200472629520).
- Added `WindowBuilderExt::with_gtk_theme_variant` to X11-specific `WindowBuilder` functions.
# Version 0.17.2 (2018-08-19)