summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/items.h b/src/items.h
index b502e71..71b9401 100644
--- a/src/items.h
+++ b/src/items.h
@@ -24,18 +24,18 @@ G_BEGIN_DECLS
typedef enum {
- GALLERY_TYPE_INDEX = 1 << 0,
- GALLERY_TYPE_ALBUM = 1 << 1
+ GALLERY_TYPE_INDEX,
+ GALLERY_TYPE_ALBUM
} TGalleryType;
typedef enum {
- INDEX_ITEM_TYPE_PICTURE = 1 << 0,
- INDEX_ITEM_TYPE_SEPARATOR = 1 << 1,
- INDEX_ITEM_TYPE_INTERSPACE = 1 << 2
+ INDEX_ITEM_TYPE_PICTURE,
+ INDEX_ITEM_TYPE_SEPARATOR,
+ INDEX_ITEM_TYPE_INTERSPACE
} TIndexItemType;
typedef enum {
- AUTH_TYPE_NONE,
+ AUTH_TYPE_NONE = 0,
AUTH_TYPE_BASIC
} TAuthType;