index
:
nsxiv
master
neo simple X image viewer.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
image.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'image.h')
-rw-r--r--
image.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.h b/image.h
index 37db7c8..408992e 100644
--- a/
image.h
+++ b/
image.h
@@ -27,7 +27,7 @@
typedef struct {
int cap;
int cnt;
- int cur;
+ int sel;
Imlib_Image **frames;
} multi_img_t;