aboutsummaryrefslogtreecommitdiff
path: root/include/notifications/notifications.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notifications/notifications.h')
-rw-r--r--include/notifications/notifications.h8
1 files changed, 4 insertions, 4 deletions
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.