diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-19 14:35:07 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-09-19 14:35:07 +0000 |
commit | a35f8ed3418b853dfa582d56adde520911144b45 (patch) | |
tree | 0efc1e963fb167ec29861a1c0681aa5cb1afec65 /include/notifications/notifications.h | |
parent | 16a4e034c30f2bc6b151b04707d3ec1a490dba44 (diff) | |
parent | d18944bcfb58d7e0515e8745053349219c4ba281 (diff) | |
download | ayatana-indicator-datetime-a35f8ed3418b853dfa582d56adde520911144b45.tar.gz ayatana-indicator-datetime-a35f8ed3418b853dfa582d56adde520911144b45.tar.bz2 ayatana-indicator-datetime-a35f8ed3418b853dfa582d56adde520911144b45.zip |
Make alarm notifications icons and button color match Design's specs. Fixes: 1370594
Approved by: Ted Gould, PS Jenkins bot, Nekhelesh Ramananthan
Diffstat (limited to 'include/notifications/notifications.h')
-rw-r--r-- | include/notifications/notifications.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index eb14c07..fd41edf 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -59,8 +59,9 @@ public: These keys may be dependent on the notification server. */ void add_hint (const std::string& name); static constexpr char const * HINT_SNAP {"x-canonical-snap-decisions"}; - static constexpr char const * HINT_TINT {"x-canonical-private-button-tint"}; - static constexpr char const * HINT_NONSHAPEDICON {"x-canonical-non-shaped-icon"}; + static constexpr char const * HINT_NONSHAPED_ICON {"x-canonical-non-shaped-icon"}; + static constexpr char const * HINT_AFFIRMATIVE_HINT {"x-canonical-private-affirmative-tint"}; + static constexpr char const * HINT_REJECTION_TINT {"x-canonical-private-rejection-tint"}; /* Add an action button. This may fail if the Engine doesn't support actions. |