]> git.pld-linux.org Git - packages/control-center.git/commitdiff
- fix hint for root window (path from rawhide).
authorkloczek <kloczek@pld-linux.org>
Thu, 13 Dec 2001 17:33:27 +0000 (17:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    control-center-setroothint.patch -> 1.1

control-center-setroothint.patch [new file with mode: 0644]

diff --git a/control-center-setroothint.patch b/control-center-setroothint.patch
new file mode 100644 (file)
index 0000000..4112345
--- /dev/null
@@ -0,0 +1,15 @@
+--- control-center-1.4.0.1/capplets/background-properties/property-background.c.setroothint    Thu Aug 23 18:03:27 2001
++++ control-center-1.4.0.1/capplets/background-properties/property-background.c        Thu Aug 23 18:08:02 2001
+@@ -164,6 +164,12 @@
+                       tmp.pixel = xpixel_from_color (&state->bgColor1);
+                       
++                      XChangeProperty (GDK_DISPLAY(), GDK_ROOT_WINDOW(),
++                                       gdk_atom_intern("_XROOTCOLOR_PIXEL", FALSE), 
++                                       gdk_atom_intern("PIXEL", FALSE),
++                                       32, PropModeReplace,
++                                       (guchar *) &tmp.pixel, 1);
++
+                       gdk_window_set_background (GDK_ROOT_PARENT(), &tmp);
+                       gdk_window_clear (GDK_ROOT_PARENT());
This page took 0.262251 seconds and 4 git commands to generate.