summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/controller/callbacks/reshape.c1
-rw-r--r--src/view/geometry.c2
-rw-r--r--src/view/init.c2
3 files changed, 5 insertions, 0 deletions
diff --git a/src/controller/callbacks/reshape.c b/src/controller/callbacks/reshape.c
index 0414be6..67210c5 100644
--- a/src/controller/callbacks/reshape.c
+++ b/src/controller/callbacks/reshape.c
@@ -80,6 +80,7 @@ reshape (int w, int h)
glViewport (0, 0, (GLsizei) w, (GLsizei) h);
density_legend_geometry ();
+ datarose_geometry ();
return;
}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.