diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-16 14:54:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-16 15:02:24 +0300 |
commit | a469aa111546896ea73a32f247105eee507fd966 (patch) | |
tree | 7f67a891b63c569c7c30aaabfc4a5d094e0996b9 /src/enums | |
parent | e9f59c64a46ad38fb47aac6313c869eaa02ed0e3 (diff) | |
download | mv-a469aa111546896ea73a32f247105eee507fd966.tar.gz mv-a469aa111546896ea73a32f247105eee507fd966.tar.bz2 mv-a469aa111546896ea73a32f247105eee507fd966.tar.xz mv-a469aa111546896ea73a32f247105eee507fd966.zip |
Add support for labels inside userpalette.
Add being colors label to userpalette.
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/gui/gradienttype.h | 3 | ||||
-rw-r--r-- | src/enums/gui/usercolorid.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/enums/gui/gradienttype.h b/src/enums/gui/gradienttype.h index fb1042aa5..36ae7e703 100644 --- a/src/enums/gui/gradienttype.h +++ b/src/enums/gui/gradienttype.h @@ -31,7 +31,8 @@ enumStart(GradientType) STATIC = 0, PULSE, SPECTRUM, - RAINBOW + RAINBOW, + LABEL } enumEnd(GradientType); diff --git a/src/enums/gui/usercolorid.h b/src/enums/gui/usercolorid.h index 675bec7fa..6bd8116f3 100644 --- a/src/enums/gui/usercolorid.h +++ b/src/enums/gui/usercolorid.h @@ -29,7 +29,8 @@ enumStart(UserColorId) { NO_COLOR = -1, - BEING = 0, + LABEL_BEING = 0, + BEING, FRIEND, DISREGARDED, IGNORED, |