aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-03-07 20:59:35 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:18 +0100
commitba75f4dcefffcfe71c1b7295e94b28f90b149d17 (patch)
treea26772d434ef8db840f3e62c2bdc9201aa6a2795 /src/dw-hdfsee.h
parent92cda0d130227584499414009cdc64d64c3ada98 (diff)
hdfsee: Only redraw the necessary part of the window on expose
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r--src/dw-hdfsee.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h
index 98a5e636..8079ee58 100644
--- a/src/dw-hdfsee.h
+++ b/src/dw-hdfsee.h
@@ -50,6 +50,7 @@ typedef struct {
int n_pixbufs;
GdkPixbuf **pixbufs;
gulong motion_callback;
+ cairo_surface_t *surf;
int not_ready_yet;