summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/callbacks/keyboard.c8
-rw-r--r--src/controller/callbacks/reshape.c1
-rw-r--r--src/model/state/state.h5
-rw-r--r--src/view/geometry.c6
-rw-r--r--src/view/init.c1
5 files changed, 20 insertions, 1 deletions
diff --git a/src/model/state/state.h b/src/model/state/state.h
index ba6d7ab..6e4f62e 100644
--- a/src/model/state/state.h
+++ b/src/model/state/state.h
@@ -108,6 +108,11 @@ typedef struct
108 */108 */
109 bool legend;109 bool legend;
110110
111 /*
112 * Display data rose.
113 */
114 bool datarose;
115
111} STATE;116} STATE;
112117
113#endif // STATE_H118#endif // STATE_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.