- Force the cursor visible on vt switches after setting

the crtc to workaround that qxl bug from before in a
  different situation
Related: #1273247
This commit is contained in:
Ray Strode
2015-10-21 17:00:10 -04:00
committed by Kalev Lember
parent f92cd8bd1a
commit 11e24ea041
2 changed files with 140 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
Name: mutter
Version: 3.18.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Window and compositing manager based on Clutter
Group: User Interface/Desktops
@@ -171,6 +171,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/mutter/tests
%changelog
* Wed Oct 21 2015 Ray Strode <rstrode@redhat.com> 3.18.1-4
- Force the cursor visible on vt switches after setting
the crtc to workaround that qxl bug from before in a
different situation
Related: #1273247
* Wed Oct 21 2015 Kalev Lember <klember@redhat.com> - 3.18.1-3
- Backport a fix for a common Wayland crash (#1266486)