~vanvugt/mir/frontend-server

« back to all changes in this revision

Viewing changes to tests/integration-tests/test_swapinterval.cpp

  • Committer: Daniel van Vugt
  • Date: 2014-03-06 03:18:55 UTC
  • mfrom: (1416.1.37 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140306031855-pjar7q2m3ghjwly5
MergeĀ latestĀ development-branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    {
76
76
        while (write(render_operations_fd, "a", 1) != 1) continue;
77
77
    }
 
78
    int buffers_ready_for_compositor() const override { return 1; }
78
79
 
79
80
private:
80
81
    int render_operations_fd;