~cemil-azizoglu/mir/add-create-module-context-fn

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/test_surface_placement.cpp

  • Committer: Cemil Azizoglu
  • Date: 2015-08-25 15:41:49 UTC
  • mfrom: (2795.2.83 development-branch)
  • Revision ID: cemil.azizoglu@canonical.com-20150825154149-tds8l20j20f1fdkm
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        auto const hscroll_value = 0.0;
128
128
        auto const vscroll_value = 0.0;
129
129
        auto const action = mir_pointer_action_button_down;
 
130
        auto const mac = 0;
130
131
 
131
 
        auto const click_event = mev::make_event(device_id, std::chrono::nanoseconds(1), modifiers,
 
132
        auto const click_event = mev::make_event(device_id, std::chrono::nanoseconds(1), mac, modifiers,
132
133
            action, depressed_buttons, x_axis_value, y_axis_value, hscroll_value, vscroll_value);
133
134
 
134
135
        server.the_shell()->handle(*click_event);