diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-05 15:53:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-05 15:53:46 -0700 |
commit | 7b0f737f600ff8e30ccb46963f964756a7b87b57 (patch) | |
tree | d83e85b3346bf8f97b50e27842bfbd4890f595d1 /pref.h | |
parent | 6545855b6513ff39c6d0d7428a5e27508a821f0d (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ struct preferences { short show_average_depth; short zoomed_plot; short hrgraph; + short rulergraph; short save_userid_local; char *userid; }; |