Mir

Code review comment for lp:~alan-griffiths/mir/deprecation-macros

Revision history for this message
Andreas Pokorny (andreas-pokorny) wrote :

Minor already existing error in the explanation string:

int mir_surface_event_get_attribute_value(MirSurfaceEvent const* event)
MIR_FOR_REMOVAL_IN_VERSION_1("use make_event with mir_window_event_get_attribute_value instead");

should be

int mir_surface_event_get_attribute_value(MirSurfaceEvent const* event)
MIR_FOR_REMOVAL_IN_VERSION_1("use mir_window_event_get_attribute_value with MirWindowEvent instead");

or something like that.

Lgtm otherwise

review: Needs Fixing

« Back to merge proposal