rpms/gdm/devel gdm-2.23.92-save-root-window.patch, 1.1, 1.2 gdm.spec, 1.414, 1.415

Ray Strode rstrode at fedoraproject.org
Tue Sep 16 20:54:53 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/gdm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2385

Modified Files:
	gdm-2.23.92-save-root-window.patch gdm.spec 
Log Message:
- Use _XROOTPMAP_ID instead of _XSETROOT_ID


gdm-2.23.92-save-root-window.patch:

Index: gdm-2.23.92-save-root-window.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm-2.23.92-save-root-window.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdm-2.23.92-save-root-window.patch	16 Sep 2008 19:50:26 -0000	1.1
+++ gdm-2.23.92-save-root-window.patch	16 Sep 2008 20:54:52 -0000	1.2
@@ -9,7 +9,7 @@
 +        /* The root window has a background that may be useful
 +         * to cross fade or transition from when setting the
 +         * 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.
 +         */
 +        gdm_slave_save_root_windows (GDM_SLAVE (slave));
@@ -90,7 +90,7 @@
 +        number_of_screens = ScreenCount (slave->priv->server_display);
 +
 +        atom = XInternAtom (slave->priv->server_display,
-+                            "_XSETROOT_ID", False);
++                            "_XROOTPMAP_ID", False);
 +
 +        if (atom == 0) {
 +                return;


Index: gdm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdm/devel/gdm.spec,v
retrieving revision 1.414
retrieving revision 1.415
diff -u -r1.414 -r1.415
--- gdm.spec	16 Sep 2008 19:50:26 -0000	1.414
+++ gdm.spec	16 Sep 2008 20:54:52 -0000	1.415
@@ -16,7 +16,7 @@
 Summary: The GNOME Display Manager
 Name: gdm
 Version: 2.23.92
-Release: 5%{?dist}
+Release: 6%{?dist}
 Epoch: 1
 License: GPLv2+
 Group: User Interface/X
@@ -306,6 +306,9 @@
 %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
 
 %changelog
+* Tue Sep 16 2008 Ray Strode <rstrode at redhat.com> - 1:2.23.92-6
+- Use _XROOTPMAP_ID instead of _XSETROOT_ID
+
 * Tue Sep 16 2008 Ray Strode <rstrode at redhat.com> - 1:2.23.92-5
 - Save root window in XSETROOTID property for transition
 




More information about the fedora-extras-commits mailing list