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

« back to all changes in this revision

Viewing changes to src/platforms/android/server/real_hwc_wrapper.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:
73
73
    void vsync(DisplayName, std::chrono::nanoseconds) noexcept;
74
74
    void hotplug(DisplayName, bool) noexcept;
75
75
    void invalidate() noexcept;
 
76
 
 
77
    bool display_connected(DisplayName) const;
76
78
private:
77
79
    std::shared_ptr<hwc_composer_device_1> const hwc_device;
78
80
    std::shared_ptr<HwcReport> const report;