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

« back to all changes in this revision

Viewing changes to src/platforms/mesa/server/kms/guest_platform.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:
43
43
    
44
44
    std::shared_ptr<Display> create_display(
45
45
        std::shared_ptr<graphics::DisplayConfigurationPolicy> const&,
46
 
        std::shared_ptr<graphics::GLProgramFactory> const&,
47
46
        std::shared_ptr<graphics::GLConfig> const& /*gl_config*/) override;
48
47
    EGLNativeDisplayType egl_native_display() const override;
49
48