aboutsummaryrefslogtreecommitdiff
path: root/src/render.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-21 15:36:44 +0100
committerThomas White <taw@physics.org>2010-01-21 15:36:44 +0100
commit552d860fa1bf4fd699d0af2e8ca0a13345fc624b (patch)
tree0185aa85891d64cd7c521dba06dc04d67c757ccf /src/render.h
parent395b2bd7770fb9a9f11be939c22d7abce702e4da (diff)
Fix hdfile layering violations
Diffstat (limited to 'src/render.h')
-rw-r--r--src/render.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/render.h b/src/render.h
index e687da72..e030f27b 100644
--- a/src/render.h
+++ b/src/render.h
@@ -21,8 +21,9 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <stddef.h>
-extern GdkPixbuf *render_get_image(struct hdfile *micron, int binning,
- int boostint, int monochrome);
+#include "displaywindow.h"
+
+extern GdkPixbuf *render_get_image(DisplayWindow *dw);
extern GdkPixbuf *render_get_colour_scale(size_t w, size_t h, int monochrome);