aboutsummaryrefslogtreecommitdiffstats
path: root/src/meh.h
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2010-01-05 01:38:03 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2010-01-05 01:38:03 -0800
commit61f407c4cc6adfaa1184ef010821ac5ac1cef7cb (patch)
tree8dcacd18a137af87efd993a6d6a1f92a6fdb2497 /src/meh.h
parente72175aa7cdf7ac9407e694148ff44bfec28debd (diff)
downloadmirror-meh-61f407c4cc6adfaa1184ef010821ac5ac1cef7cb.tar.gz
mirror-meh-61f407c4cc6adfaa1184ef010821ac5ac1cef7cb.tar.bz2
mirror-meh-61f407c4cc6adfaa1184ef010821ac5ac1cef7cb.zip
preliminary caching support. Next/prev images are loaded before being viewed.
Diffstat (limited to 'src/meh.h')
-rw-r--r--src/meh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meh.h b/src/meh.h
index ca737f8..afb9450 100644
--- a/src/meh.h
+++ b/src/meh.h
@@ -26,6 +26,7 @@ struct image{
unsigned int bufwidth, bufheight;
struct imageformat *fmt;
imgstate state;
+ int idx;
void *backend;
};