~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

Viewing changes to src/server/compositor/switching_bundle.h

  • Committer: Stephen M. Webb
  • Date: 2014-02-25 20:15:07 UTC
  • mfrom: (61.1.1 trusty-proposed)
  • Revision ID: stephen.webb@canonical.com-20140225201507-cicfzmdznvr059b2
mergedĀ fromĀ Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
    graphics::BufferProperties properties() const;
51
51
 
52
 
    graphics::Buffer* client_acquire();
 
52
    void client_acquire(std::function<void(graphics::Buffer* buffer)> complete) override;
53
53
    void client_release(graphics::Buffer* buffer);
54
54
    std::shared_ptr<graphics::Buffer>
55
55
        compositor_acquire(unsigned long frameno) override;