aboutsummaryrefslogtreecommitdiff
path: root/src/glbits.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-04-01 17:13:54 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-04-01 17:13:54 +0000
commit7809f4f9643c3a78831bd371af545110469f9532 (patch)
tree2a106b1feeffc1846c6de00d6d8950fa364e2ba6 /src/glbits.c
parent61427e6c0d395c0bf6b454d4b317d6dc68cea2ca (diff)
Change background colours
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@269 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/glbits.c')
-rw-r--r--src/glbits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glbits.c b/src/glbits.c
index 9624bc8..aff3a36 100644
--- a/src/glbits.c
+++ b/src/glbits.c
@@ -670,8 +670,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.7, 0.9, 0.7, 1.0 };
- GLfloat bg_bot[] = { 0.4, 0.7, 0.4, 1.0 };
+ GLfloat bg_top[] = { 0.6, 0.9, 0.8, 1.0 };
+ GLfloat bg_bot[] = { 0.3, 0.7, 0.5, 1.0 };
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();