diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/notifications/notifications.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index e3c4389..0de1e23 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-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_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"}; /* Add an action button. This may fail if the Engine doesn't support actions. |