65
65
auto spec = new MirSurfaceSpec{connection, width, height, format};
66
66
spec->type = mir_surface_type_menu;
69
69
spec->edge_attachment = edge;
83
auto spec = new MirSurfaceSpec{connection, width, height, format};
95
auto spec = new MirSurfaceSpec{connection, width, height, format};
108
auto spec = new MirSurfaceSpec{connection, width, height, format};
73
115
MirSurface* mir_surface_create_sync(MirSurfaceSpec* requested_specification)
75
117
MirSurface* surface = nullptr;