From: kloczek Date: Thu, 13 Dec 2001 17:33:27 +0000 (+0000) Subject: - fix hint for root window (path from rawhide). X-Git-Tag: control-center-1_4_0_1-20~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=01d33a7527227ef6652d12f5d8bcf6f7dc5ac575;hp=7f3d2e2644cac9247882d31eeebef16e5ca37faa;p=packages%2Fcontrol-center.git - fix hint for root window (path from rawhide). Changed files: control-center-setroothint.patch -> 1.1 --- diff --git a/control-center-setroothint.patch b/control-center-setroothint.patch new file mode 100644 index 0000000..4112345 --- /dev/null +++ b/control-center-setroothint.patch @@ -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()); +