]> git.pld-linux.org Git - packages/control-center.git/blob - control-center-setroothint.patch
- def-apps-capplet-browsers.patch
[packages/control-center.git] / control-center-setroothint.patch
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.031032 seconds and 3 git commands to generate.