~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to src/platform/graphics/android/fb_device.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
public:
36
36
    FBDevice(std::shared_ptr<framebuffer_device_t> const& fbdev);
37
37
 
 
38
    bool apply_orientation(MirOrientation orientation) const;
38
39
    void mode(MirPowerMode mode);
39
40
    void prepare_gl();
40
41
    void prepare_gl_and_overlays(std::list<std::shared_ptr<Renderable>> const& list);