aboutsummaryrefslogtreecommitdiff
path: root/src/displaywindow.h
diff options
context:
space:
mode:
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;