22 lines
768 B
Diff
22 lines
768 B
Diff
diff -Nru -x '*~' -x '*.o' -x '*.orig' -x '*.rej' gnome-session-2.0.8.orig/gnome-session/splash-widget.c gnome-session-2.0.8/gnome-session/splash-widget.c
|
|
--- gnome-session-2.0.8.orig/gnome-session/splash-widget.c 2003-01-14 18:28:02.000000000 -0500
|
|
+++ gnome-session-2.0.8/gnome-session/splash-widget.c 2003-01-14 18:27:50.000000000 -0500
|
|
@@ -164,7 +164,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);
|
|
}
|
|
|
|
@@ -246,7 +246,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 (
|