From fab51b477ad295de8ae5e030ceef09104feea09b Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Tue, 11 Aug 2020 12:07:23 +0200 Subject: Replace x-canonical attributes --- include/notifications/notifications.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 0de1e23..e3c4389 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -58,10 +58,10 @@ public: /* Add a notification hint. 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_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"}; + static constexpr char const * HINT_SNAP {"x-ayatana-snap-decisions"}; + static constexpr char const * HINT_NONSHAPED_ICON {"x-ayatana-non-shaped-icon"}; + static constexpr char const * HINT_AFFIRMATIVE_HINT {"x-ayatana-private-affirmative-tint"}; + static constexpr char const * HINT_REJECTION_TINT {"x-ayatana-private-rejection-tint"}; /* Add an action button. This may fail if the Engine doesn't support actions. -- cgit v1.2.3