From c4712b41f5923f819e48ca7c886e8019e58f078e Mon Sep 17 00:00:00 2001 From: Tom White Date: Mon, 29 Sep 2008 19:08:02 +0100 Subject: Change background colour (Old green colours were making me feel ill) --- src/glbits.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glbits.c b/src/glbits.c index 3641579..ba03adf 100644 --- a/src/glbits.c +++ b/src/glbits.c @@ -676,8 +676,8 @@ gint glbits_expose(GtkWidget *widget, GdkEventExpose *event, DisplayWindow *dw) GLfloat w = dw->drawing_area->allocation.width; GLfloat h = dw->drawing_area->allocation.height; GLfloat aspect = w/h; - GLfloat bg_top[] = { 0.6, 0.9, 0.8, 1.0 }; - GLfloat bg_bot[] = { 0.3, 0.7, 0.5, 1.0 }; + GLfloat bg_top[] = { 0.0, 0.3, 1.0, 1.0 }; + GLfloat bg_bot[] = { 0.0, 0.7, 1.0, 1.0 }; glMatrixMode(GL_MODELVIEW); glLoadIdentity(); -- cgit v1.2.3