Mir

Comment 0 for bug 1626924

Revision history for this message
Daniel van Vugt (vanvugt) wrote : cursors.h is unclear about mir_diagognal_resize_*

cursors.h is unclear about mir_diagognal_resize_*

They both sound like the same thing...

/**
 * The cursor used to indicate diagonal resize from top-right and bottom-left corners.
 */
extern char const* const mir_diagonal_resize_bottom_to_top_cursor_name;

/**
 * The cursor used to indicate diagonal resize from bottom-left and top-right corners.
 */
extern char const* const mir_diagonal_resize_top_to_bottom_cursor_name;