]> git.pld-linux.org Git - packages/control-center.git/blame - control-center-setroothint.patch
- def-apps-capplet-browsers.patch
[packages/control-center.git] / control-center-setroothint.patch
CommitLineData
01d33a75 1--- control-center-1.4.0.1/capplets/background-properties/property-background.c.setroothint Thu Aug 23 18:03:27 2001
2+++ control-center-1.4.0.1/capplets/background-properties/property-background.c Thu Aug 23 18:08:02 2001
3@@ -164,6 +164,12 @@
4
5 tmp.pixel = xpixel_from_color (&state->bgColor1);
6
7+ XChangeProperty (GDK_DISPLAY(), GDK_ROOT_WINDOW(),
8+ gdk_atom_intern("_XROOTCOLOR_PIXEL", FALSE),
9+ gdk_atom_intern("PIXEL", FALSE),
10+ 32, PropModeReplace,
11+ (guchar *) &tmp.pixel, 1);
12+
13 gdk_window_set_background (GDK_ROOT_PARENT(), &tmp);
14 gdk_window_clear (GDK_ROOT_PARENT());
15
This page took 0.065424 seconds and 4 git commands to generate.