Mir

Code review comment for lp:~alan-griffiths/mir/fix-1704949

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

This is the real change:

- if (spec.width.is_set() && spec.height.is_set() && spec.event_handler.is_set())
+ if (MirWindow::is_valid(surf.get()) && spec.width.is_set() && spec.height.is_set() && spec.event_handler.is_set())

the rest is trailing whitespace

« Back to merge proposal