21 lines
618 B
Diff
21 lines
618 B
Diff
|
--- gnome-session-2.0.5/gnome-session/splash-widget.c.dithering 2002-08-28 12:47:42.000000000 -0400
|
||
|
+++ gnome-session-2.0.5/gnome-session/splash-widget.c 2002-08-28 12:48:10.000000000 -0400
|
||
|
@@ -163,7 +163,7 @@
|
||
|
exposed.y - si->position.y,
|
||
|
exposed.x, exposed.y,
|
||
|
exposed.width, exposed.height,
|
||
|
- GDK_RGB_DITHER_NORMAL,
|
||
|
+ GDK_RGB_DITHER_MAX,
|
||
|
exposed.x, exposed.y);
|
||
|
}
|
||
|
|
||
|
@@ -245,7 +245,7 @@
|
||
|
sw->background, GDK_DRAWABLE (pm),
|
||
|
widget->style->black_gc,
|
||
|
0, 0, 0, 0, width, height,
|
||
|
- GDK_RGB_DITHER_NORMAL,
|
||
|
+ GDK_RGB_DITHER_MAX,
|
||
|
0, 0);
|
||
|
|
||
|
gdk_window_set_back_pixmap (
|