summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-05 15:53:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-05 15:53:46 -0700
commit7b0f737f600ff8e30ccb46963f964756a7b87b57 (patch)
treed83e85b3346bf8f97b50e27842bfbd4890f595d1 /pref.h
parent6545855b6513ff39c6d0d7428a5e27508a821f0d (diff)
downloadsubsurface-7b0f737f600ff8e30ccb46963f964756a7b87b57.tar.gz
Make rulergraph a pref as well
I don't see a point in treating it differently from the other graphs. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index 6ee02a3cb..7eb3f566c 100644
--- a/pref.h
+++ b/pref.h
@@ -43,6 +43,7 @@ struct preferences {
short show_average_depth;
short zoomed_plot;
short hrgraph;
+ short rulergraph;
short save_userid_local;
char *userid;
};