Comment 1 for bug 1661256

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

This is hardly a big deal - the following works fine:

    auto const spec = WindowSpec::for_normal_surface(connection, 50, 50, mir_pixel_format_argb_8888)
        .set_name(test_name);

    mir_window_spec_set_state(spec, mir_window_state_fullscreen);