diff options
| author | Gord Allott <gord.allott@canonical.com> | 2012-08-07 15:34:04 +0100 |
|---|---|---|
| committer | Gord Allott <gord.allott@canonical.com> | 2012-08-07 15:34:04 +0100 |
| commit | 12d82b0f19c9bb3bb041ed4dd0da9ff6b9236d65 (patch) | |
| tree | b9b8505b823d29e7b63644a231388d911d2a7ef5 /unity-shared | |
| parent | 27099f767bf28bbf321e92a13ecdb96b01192010 (diff) | |
removed a lot of the old code for handling background animations we aren't doing anymore
(bzr r2419.6.12)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/UBusMessages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unity-shared/UBusMessages.h b/unity-shared/UBusMessages.h index 65bec9786..2126fd7df 100644 --- a/unity-shared/UBusMessages.h +++ b/unity-shared/UBusMessages.h @@ -81,9 +81,9 @@ #define UBUS_DASH_SIZE_CHANGED "DASH_SIZE_CHANGED" // FIXME - fix the nux focus api so we don't need this #define UBUS_RESULT_VIEW_KEYNAV_CHANGED "RESULT_VIEW_KEYNAV_CHANGED" -#define UBUS_RESULT_VIEW_EXPLICIT_SCROLL_POSITION "RESULT_VIEW_EXPLICIT_SCROLL_POSITION" -#define UBUS_DASH_SET_SEARCH_VISIBILITY "DASH_SET_SEARCH_VISIBILITY" +// for communicating positions to the preview state machine (ii) +#define UBUS_DASH_SPLIT_COORD_CHANGED "DASH_SPLIT_COORD_CHANGED" // Sends a string datatype containing the new icon name #define UBUS_HUD_ICON_CHANGED "HUD_ICON_CHANGED" |
