summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/actions/zoom.c2
-rw-r--r--src/controller/callbacks/keyboard.c6
-rw-r--r--src/controller/callbacks/reshape.c3
-rw-r--r--src/model/geometry/density_legend_geometry.c5
-rw-r--r--src/model/state/state.h9
5 files changed, 10 insertions, 15 deletions
diff --git a/src/model/state/state.h b/src/model/state/state.h
index ac1e035..26141f2 100644
--- a/src/model/state/state.h
+++ b/src/model/state/state.h
@@ -78,15 +78,6 @@ typedef struct
78 } ortho;78 } ortho;
7979
80 /*80 /*
81 * Viewport size.
82 */
83 struct
84 {
85 int w;
86 int h;
87 } viewport;
88
89 /*
90 * Buffer objects.81 * Buffer objects.
91 */82 */
92 unsigned int buffers[1];83 unsigned int buffers[1];

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.