~cemil-azizoglu/mir/enum-deprecation

« back to all changes in this revision

Viewing changes to tests/performance-tests/test_client_startup.cpp

  • Committer: Cemil Azizoglu
  • Date: 2017-01-03 18:06:41 UTC
  • Revision ID: cemil.azizoglu@canonical.com-20170103180641-1kv03uueb1kercvn
mir_window_create and mir_window_create_sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
    auto spec = mir_create_normal_window_spec(connection, 720, 1280);
73
73
    mir_window_spec_set_pixel_format(spec, format);
74
 
    auto surface = mir_surface_create_sync(spec);
 
74
    auto surface = mir_window_create_sync(spec);
75
75
 
76
76
    mir_window_spec_release(spec);
77
77