aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-13 15:02:52 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-12-13 15:02:52 +0000
commit8714cd4c3cda604c1ec73ca524958ec1cb13c9be (patch)
tree3d58754bf7804011cce6b24122fcc6bebe16b2fd
parent9d689af8e563441560fa0b7bde3a8c2d2093fb15 (diff)
Make the GL_POINTS bigger
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@229 bf6ca9ba-c028-0410-8290-897cf20841d1
-rw-r--r--src/displaywindow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displaywindow.c b/src/displaywindow.c
index 7223d94..50ebd94 100644
--- a/src/displaywindow.c
+++ b/src/displaywindow.c
@@ -725,6 +725,7 @@ static gint displaywindow_gl_expose(GtkWidget *widget, GdkEventExpose *event, Di
/* Draw the "measured" reflections */
if ( dw->gl_ref_num_vertices ) {
+ glPointSize(2.0);
glPushClientAttrib(GL_CLIENT_VERTEX_ARRAY_BIT);
glEnableClientState(GL_VERTEX_ARRAY);
glEnableClientState(GL_NORMAL_ARRAY);