33 files changed, 530 insertions, 113 deletions
diff --git a/src/controller/callbacks/reshape.c b/src/controller/callbacks/reshape.c index da2e2bf..95e9329 100644 --- a/src/controller/callbacks/reshape.c +++ b/src/controller/callbacks/reshape.c | |||
@@ -1,10 +1,10 @@ | |||
1 | #include "../../model/geometry/density_legend_geometry.h" | 1 | #include "../../model/geometry/density_legend_geometry.h" |
2 | #include "../../view/exp004state0.h" | 2 | #include "../../view/state0.h" |
3 | #include "../actions/set_ortho.h" | 3 | #include "../actions/set_ortho.h" |
4 | #include "reshape.h" | 4 | #include "reshape.h" |
5 | #include <GL/glut.h> | 5 | #include <GL/glut.h> |
6 | 6 | ||
7 | #define S exp004state0 | 7 | #define S state0 |
8 | 8 | ||
9 | void | 9 | void |
10 | reshape (int w, int h) | 10 | reshape (int w, int h) |