21 #ifndef MIR_GRAPHICS_MESA_GUEST_PLATFORM_H_
22 #define MIR_GRAPHICS_MESA_GUEST_PLATFORM_H_
34 class InternalNativeDisplay;
39 GuestPlatform(std::shared_ptr<NestedContext>
const& nested_context_arg);
45 std::shared_ptr<graphics::DisplayConfigurationPolicy>
const&,
46 std::shared_ptr<graphics::GLProgramFactory>
const&,
47 std::shared_ptr<graphics::GLConfig>
const& )
override;
51 std::shared_ptr<NestedContext> nested_context;
53 std::shared_ptr<PlatformIpcOperations> ipc_ops;
59 #endif // MIR_GRAPHICS_MESA_GUEST_PLATFORM_H_
All things Mir.
Definition: buffer_stream.h:37
Definition: display_helpers.h:79