summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-19 13:09:22 +0200
committerBert <ber.t@gmx.com>2011-08-19 13:09:22 +0200
commit421f01202238ad56c5b2edc2e1b26194482b614f (patch)
treed624c439578b16835adeeba2f114f7e0bc354d96 /types.h
parent1c68a34463f9eb94da9a8289b659ce02677b865f (diff)
downloadnsxiv-421f01202238ad56c5b2edc2e1b26194482b614f.tar.zst
Renamed application modes
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index 950baba..c1bb464 100644
--- a/types.h
+++ b/types.h
@@ -2,8 +2,8 @@
#define TYPES_H
typedef enum {
- MODE_NORMAL,
- MODE_THUMBS
+ MODE_IMAGE,
+ MODE_THUMB
} appmode_t;
typedef enum {