aboutsummaryrefslogtreecommitdiff
path: root/include/notifications
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-09-19 14:35:07 +0000
committerCI bot <ps-jenkins@lists.canonical.com>2014-09-19 14:35:07 +0000
commita35f8ed3418b853dfa582d56adde520911144b45 (patch)
tree0efc1e963fb167ec29861a1c0681aa5cb1afec65 /include/notifications
parent16a4e034c30f2bc6b151b04707d3ec1a490dba44 (diff)
parentd18944bcfb58d7e0515e8745053349219c4ba281 (diff)
downloadayatana-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')
-rw-r--r--include/notifications/notifications.h5
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.