diff options
Diffstat (limited to 'src/account.h')
-rw-r--r-- | src/account.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/account.h b/src/account.h index 0fa03dde..2f3eec24 100644 --- a/src/account.h +++ b/src/account.h @@ -134,7 +134,8 @@ class account_t : public scope_t #define ACCOUNT_EXT_AUTO_VIRTUALIZE 0x08 #define ACCOUNT_EXT_VISITED 0x10 #define ACCOUNT_EXT_MATCHING 0x20 -#define ACCOUNT_EXT_DISPLAYED 0x40 +#define ACCOUNT_EXT_TO_DISPLAY 0x40 +#define ACCOUNT_EXT_DISPLAYED 0x80 struct details_t { |