diff options
author | Robert Tari <robert@tari.in> | 2020-08-11 12:07:23 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2020-08-11 12:07:23 +0200 |
commit | fab51b477ad295de8ae5e030ceef09104feea09b (patch) | |
tree | 3373fcba7d4755665fe2987116bc5fea114312cf /include | |
parent | 594bd0b5b81f4b46decc2d0bbebae5a94ab28b5a (diff) | |
download | ayatana-indicator-datetime-fab51b477ad295de8ae5e030ceef09104feea09b.tar.gz ayatana-indicator-datetime-fab51b477ad295de8ae5e030ceef09104feea09b.tar.bz2 ayatana-indicator-datetime-fab51b477ad295de8ae5e030ceef09104feea09b.zip |
Replace x-canonical attributes
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 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. |