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

« back to all changes in this revision

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

  • 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:
114
114
    graphics::BufferProperties the_properties;
115
115
    bool force_new_compositor_buffer;
116
116
    bool callbacks_allowed;
117
 
    bool single_compositor;
118
117
 
119
118
    std::condition_variable snapshot_released;
120
119
    std::shared_ptr<graphics::GraphicBufferAllocator> gralloc;