From 6a8cf98d0410896087446b76ab0c897d99398519 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sep 16 2008 20:54:52 +0000 Subject: - Use _XROOTPMAP_ID instead of _XSETROOT_ID --- diff --git a/gdm-2.23.92-save-root-window.patch b/gdm-2.23.92-save-root-window.patch index 775a128..0d7b193 100644 --- a/gdm-2.23.92-save-root-window.patch +++ b/gdm-2.23.92-save-root-window.patch @@ -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 + * 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 @@ 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); + + atom = XInternAtom (slave->priv->server_display, -+ "_XSETROOT_ID", False); ++ "_XROOTPMAP_ID", False); + + if (atom == 0) { + return; diff --git a/gdm.spec b/gdm.spec index 4086f5f..90f63d1 100644 --- a/gdm.spec +++ b/gdm.spec @@ -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 @@ fi %{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml %changelog +* Tue Sep 16 2008 Ray Strode - 1:2.23.92-6 +- Use _XROOTPMAP_ID instead of _XSETROOT_ID + * Tue Sep 16 2008 Ray Strode - 1:2.23.92-5 - Save root window in XSETROOTID property for transition