summaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2008-03-10 01:56:49 -0400
committerSøren Sandmann <sandmann@redhat.com>2008-03-10 01:56:49 -0400
commitcaefd787d002a16a9041de26286df7c245dce3f0 (patch)
tree788a22fa3491a1ba82fdd015c94d5b4cc649e8fc /window.c
parentdb720a7d4af167626543785e637468e95eeace95 (diff)
Remember adjustments
Diffstat (limited to 'window.c')
-rw-r--r--window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/window.c b/window.c
index 8008979..fe36e53 100644
--- a/window.c
+++ b/window.c
@@ -104,8 +104,8 @@ on_expose (GtkWidget *drawing_area, GdkEventExpose *expose, Window *window)
}
else /* Checkerboard */
{
- color1 = 0x008080ff;
- color2 = 0x00ccccff;
+ color1 = 0x008080aa;
+ color2 = 0x00ccccaa;
}
if (gtk_check_menu_item_get_active (get_widget (window, "menu_smooth_image")))