summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-28 19:37:44 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-28 19:37:44 +0100
commit9d50015682975f1f70e22b4814fe7bf200c60679 (patch)
treeff02bb06fbeeb0e4945d6b42a01edbbfd73326b2 /setup.h
parentad67f341ecec4b56dca28181b570036a1095ded6 (diff)
downloadcataract-9d50015682975f1f70e22b4814fe7bf200c60679.tar.xz
Preload next image
(active by default)
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index bb988aa..9ddae04 100644
--- a/setup.h
+++ b/setup.h
@@ -53,6 +53,8 @@ typedef struct {
unsigned long preview_portrait_height;
char *border_style;
+
+ gboolean preload;
} TGallerySetup;