Mir

Code review comment for lp:~albaguirre/mir/add-menu-api

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

53 + if (!mir_surface_is_valid(parent)) abort();
54 + if (!rect) abort();

I think we need mir::require(mir_surface_is_valid(parent)) or MIR_REQUIRE(mir_surface_is_valid(parent)) (or similar)

« Back to merge proposal