21 #ifndef MIR_GRAPHICS_MESA_NATIVE_PLATFORM_H_
22 #define MIR_GRAPHICS_MESA_NATIVE_PLATFORM_H_
33 class InternalNativeDisplay;
40 void initialize(std::shared_ptr<NestedContext>
const& nested_context);
42 std::shared_ptr<BufferInitializer>
const& buffer_initializer)
override;
52 std::shared_ptr<NestedContext> nested_context;
55 static std::shared_ptr<InternalNativeDisplay> ensure_internal_native_display(std::shared_ptr<PlatformIPCPackage>
const& package);
56 static void finish_internal_native_display();
62 #endif // MIR_GRAPHICS_MESA_NATIVE_PLATFORM_H_
Definition: display_helpers.h:78
Definition: buffer_ipc_packer.h:30