aboutsummaryrefslogtreecommitdiff
path: root/src/displaywindow.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-02-25 17:23:15 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:15 +0100
commit0874634448299691ab5891dee45f0bf275dff07c (patch)
tree0f118f70a563ae6984f0d9646ed3f8182c3414b2 /src/displaywindow.h
parentff5f60512263afac7059c2748511e4e0244f7940 (diff)
hdfsee: Work on view using geometry
Diffstat (limited to 'src/displaywindow.h')
-rw-r--r--src/displaywindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/displaywindow.h b/src/displaywindow.h
index 72917e00..fb7192cf 100644
--- a/src/displaywindow.h
+++ b/src/displaywindow.h
@@ -47,9 +47,13 @@ typedef struct {
GtkWidget *drawingarea;
GtkUIManager *ui;
GtkActionGroup *action_group;
- GdkPixbuf *pixbuf;
+ int n_pixbufs;
+ GdkPixbuf **pixbufs;
gulong motion_callback;
+ struct detector *loaded_geom;
+ struct detector *simple_geom;
+
struct hdfile *hdfile;
struct image *image;
@@ -64,6 +68,7 @@ typedef struct {
double boostint;
int cmfilter; /* Use CM subtraction */
int noisefilter; /* Use aggressive noise filter */
+ int use_geom;
int show_col_scale;
int scale;