diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-09-17 12:08:23 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-09-17 12:08:23 -0500 |
commit | 1369dc07ee05131bb921a2eff7e238dc3301b3d4 (patch) | |
tree | b0ca89a6ddc64478506b550e2d6eb2c6a5bedcad /include/notifications/notifications.h | |
parent | 894b2e4a09e674df21e5c0024eab8bd4626c5a9f (diff) | |
download | ayatana-indicator-datetime-1369dc07ee05131bb921a2eff7e238dc3301b3d4.tar.gz ayatana-indicator-datetime-1369dc07ee05131bb921a2eff7e238dc3301b3d4.tar.bz2 ayatana-indicator-datetime-1369dc07ee05131bb921a2eff7e238dc3301b3d4.zip |
use the new x-canonical-private-affirmative-tint key.
Diffstat (limited to 'include/notifications/notifications.h')
-rw-r--r-- | include/notifications/notifications.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index 260b466..c95e829 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -59,8 +59,9 @@ public: 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_TINT {"x-canonical-private-button-tint"}; - static constexpr char const * HINT_NONSHAPEDICON {"x-canonical-non-shaped-icon"}; + 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. |