aboutsummaryrefslogtreecommitdiffstats
path: root/nsxiv.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsxiv.h')
-rw-r--r--nsxiv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/nsxiv.h b/nsxiv.h
index 7d81fff..4f903e9 100644
--- a/nsxiv.h
+++ b/nsxiv.h
@@ -162,9 +162,9 @@ typedef struct {
typedef struct {
img_frame_t *frames;
- int cap;
- int cnt;
- int sel;
+ unsigned int cap;
+ unsigned int cnt;
+ unsigned int sel;
bool animate;
unsigned int framedelay;
int length;
@@ -403,8 +403,8 @@ struct win {
unsigned int bw;
struct {
- int w;
- int h;
+ unsigned int w;
+ unsigned int h;
Pixmap pm;
} buf;