aboutsummaryrefslogtreecommitdiff
path: root/src/displaywindow.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-12 15:38:55 +0100
committerThomas White <taw@physics.org>2010-01-12 15:38:55 +0100
commit383d7710c06917e61a2045e5abd360977ab3c80c (patch)
treefb63df21639207570cc5d4f79e138bffcee403ad /src/displaywindow.h
parentf1fa363013da613fd913d7920d491a31c612fd72 (diff)
Add options to specify boost and binning on the command line
Diffstat (limited to 'src/displaywindow.h')
-rw-r--r--src/displaywindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/displaywindow.h b/src/displaywindow.h
index 04199cd3..dfd79fb9 100644
--- a/src/displaywindow.h
+++ b/src/displaywindow.h
@@ -67,7 +67,8 @@ typedef struct {
/* Open an image display window showing the given filename, or NULL */
extern DisplayWindow *displaywindow_open(const char *filename,
- const char *peaks);
+ const char *peaks, int boost,
+ int binning);
#endif /* DISPLAYWINDOW_H */