** Changed in: mir
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1632617
Title:
Inconsistent underscores in
mir_diagonal_resize_top_to_bottom_cursor_name = "diagonal-resize-
top_to_bottom"
Status in Mir:
Fix Released
Status in mir package in Ubuntu:
Fix Released
Bug description:
Inconsistency in one of the cursor strings:
extern "C" char const *const mir_default_cursor_name = "default";
extern "C" char const *const mir_disabled_cursor_name = "disabled";
extern "C" char const* const mir_arrow_cursor_name = "arrow";
extern "C" char const* const mir_busy_cursor_name = "busy";
extern "C" char const* const mir_caret_cursor_name = "caret";
extern "C" char const* const mir_pointing_hand_cursor_name = "pointing-hand";
extern "C" char const* const mir_open_hand_cursor_name = "open-hand";
extern "C" char const* const mir_closed_hand_cursor_name = "closed-hand";
extern "C" char const* const mir_horizontal_resize_cursor_name =
"horizontal-resize";
extern "C" char const* const mir_vertical_resize_cursor_name =
"vertical-resize";
extern "C" char const* const mir_diagonal_resize_bottom_to_top_cursor_name =
"diagonal-resize-bottom-to-top";
extern "C" char const* const mir_diagonal_resize_top_to_bottom_cursor_name =
"diagonal-resize-top_to_bottom"; <---- HERE
extern "C" char const* const mir_omnidirectional_resize_cursor_name =
"omnidirectional-resize";
extern "C" char const* const mir_vsplit_resize_cursor_name = "vsplit-resize";
extern "C" char const* const mir_hsplit_resize_cursor_name = "hsplit-resize";
extern "C" char const* const mir_crosshair_cursor_name = "crosshair";
To manage notifications about this bug go to:
https://bugs.launchpad.net/mir/+bug/1632617/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp