diff options
author | Thomas White <taw@physics.org> | 2010-02-08 15:14:21 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-08 15:14:21 +0100 |
commit | d273ade6ec56734dce9c2b0eecc632e31e494b74 (patch) | |
tree | 823c2fd4571e8b7dd522ccb5808b639e84fa49df /src/displaywindow.h | |
parent | 48fa0eb07746e844b94374eaba6db549e33fc8c9 (diff) |
Add --clean-image option to hdfsee
Diffstat (limited to 'src/displaywindow.h')
-rw-r--r-- | src/displaywindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displaywindow.h b/src/displaywindow.h index f0491460..1520a1b1 100644 --- a/src/displaywindow.h +++ b/src/displaywindow.h @@ -62,6 +62,7 @@ typedef struct { int height; /* Size of the drawing area */ int binning; int boostint; + int clean; /* Whether or not to clean the image */ int show_col_scale; int monochrome; @@ -72,7 +73,7 @@ typedef struct { /* Open an image display window showing the given filename, or NULL */ extern DisplayWindow *displaywindow_open(const char *filename, const char *peaks, int boost, - int binning); + int binning, int clean); #endif /* DISPLAYWINDOW_H */ |