From 0b17f2a57666f7811d1aa171a8e974e131c032a8 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Mon, 25 Oct 2021 20:14:15 +0200 Subject: Renaname x-canonical properties to x-ayatana --- include/notifications/notifications.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index af6d21f..d35e38e 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -60,11 +60,11 @@ 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_INTERACTIVE {"x-canonical-switch-to-application"}; + 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"}; + static constexpr char const * HINT_INTERACTIVE {"x-ayatana-switch-to-application"}; /* Add an action button. This may fail if the Engine doesn't support actions. -- cgit v1.2.3