From 1369dc07ee05131bb921a2eff7e238dc3301b3d4 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 17 Sep 2014 12:08:23 -0500 Subject: use the new x-canonical-private-affirmative-tint key. --- include/notifications/notifications.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 260b466..c95e829 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. -- cgit v1.2.3