diff options
author | Robert Tari <robert@tari.in> | 2020-08-11 18:16:30 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-08-11 18:16:30 +0200 |
commit | e64a4a66fb93e0ace9c731f82d36d397609bad05 (patch) | |
tree | fa59f34b5c71e5066036856615b9e53a293b4578 /include | |
parent | 6bdea82a3226f45291522c87d7866f949a83f4c2 (diff) | |
parent | 90cd1b58cfa5881de4d72de575335c6f7512082a (diff) | |
download | ayatana-indicator-datetime-e64a4a66fb93e0ace9c731f82d36d397609bad05.tar.gz ayatana-indicator-datetime-e64a4a66fb93e0ace9c731f82d36d397609bad05.tar.bz2 ayatana-indicator-datetime-e64a4a66fb93e0ace9c731f82d36d397609bad05.zip |
Merge branch 'sunweaver-pr/revert-some-x-canonical-attributes-renamings'
Attributes GH PR #13: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/13
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. |