~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to src/include/server/mir/compositor/buffer_stream.h

  • Committer: Package Import Robot
  • Author(s): Alexandros Frantzis
  • Date: 2015-10-08 16:12:19 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: package-import@ubuntu.com-20151008161219-emk4a1ys51yy0wjb
Tags: upstream-0.17.0+15.10.20151008.2
ImportĀ upstreamĀ versionĀ 0.17.0+15.10.20151008.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        lock_compositor_buffer(void const* user_id) = 0;
47
47
    virtual geometry::Size stream_size() = 0;
48
48
    virtual void resize(geometry::Size const& size) = 0;
49
 
    virtual void allow_framedropping(bool) = 0;
50
49
    virtual void force_requests_to_complete() = 0;
51
50
    virtual int buffers_ready_for_compositor(void const* user_id) const = 0;
52
51
    virtual void drop_old_buffers() = 0;