~vanvugt/mir/fix-1206369

« back to all changes in this revision

Viewing changes to src/server/graphics/gbm/gbm_buffer.cpp

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2013-07-19 17:47:13 UTC
  • mfrom: (870.2.3 mir)
  • Revision ID: tarmac-20130719174713-31qvaai4sftefa5b
graphics, compositor: move BufferBasic to graphics.

Approved by Kevin DuBois, Alexandros Frantzis, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include <limits>
31
31
#include <stdexcept>
32
32
 
33
 
namespace mc=mir::compositor;
34
33
namespace mgg=mir::graphics::gbm;
35
34
namespace geom=mir::geometry;
36
35