- Use _XROOTPMAP_ID instead of _XSETROOT_ID
This commit is contained in:
parent
2e5fb932ea
commit
6a8cf98d04
@ -9,7 +9,7 @@ diff -up gdm-2.23.92/daemon/gdm-simple-slave.c.save-root-window gdm-2.23.92/daem
|
|||||||
+ /* The root window has a background that may be useful
|
+ /* The root window has a background that may be useful
|
||||||
+ * to cross fade or transition from when setting the
|
+ * to cross fade or transition from when setting the
|
||||||
+ * login screen background. We read it here, and stuff
|
+ * login screen background. We read it here, and stuff
|
||||||
+ * it into the standard _XSETROOT_ID root window property,
|
+ * it into the standard _XROOTPMAP_ID root window property,
|
||||||
+ * so gnome-settings-daemon can get at it.
|
+ * so gnome-settings-daemon can get at it.
|
||||||
+ */
|
+ */
|
||||||
+ gdm_slave_save_root_windows (GDM_SLAVE (slave));
|
+ gdm_slave_save_root_windows (GDM_SLAVE (slave));
|
||||||
@ -90,7 +90,7 @@ diff -up gdm-2.23.92/daemon/gdm-slave.c.save-root-window gdm-2.23.92/daemon/gdm-
|
|||||||
+ number_of_screens = ScreenCount (slave->priv->server_display);
|
+ number_of_screens = ScreenCount (slave->priv->server_display);
|
||||||
+
|
+
|
||||||
+ atom = XInternAtom (slave->priv->server_display,
|
+ atom = XInternAtom (slave->priv->server_display,
|
||||||
+ "_XSETROOT_ID", False);
|
+ "_XROOTPMAP_ID", False);
|
||||||
+
|
+
|
||||||
+ if (atom == 0) {
|
+ if (atom == 0) {
|
||||||
+ return;
|
+ return;
|
||||||
|
5
gdm.spec
5
gdm.spec
@ -16,7 +16,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.23.92
|
Version: 2.23.92
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -306,6 +306,9 @@ fi
|
|||||||
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-6
|
||||||
|
- Use _XROOTPMAP_ID instead of _XSETROOT_ID
|
||||||
|
|
||||||
* Tue Sep 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-5
|
* Tue Sep 16 2008 Ray Strode <rstrode@redhat.com> - 1:2.23.92-5
|
||||||
- Save root window in XSETROOTID property for transition
|
- Save root window in XSETROOTID property for transition
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user