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;
54 std::shared_ptr<NestedContext> nested_context;
57 static std::shared_ptr<InternalNativeDisplay> ensure_internal_native_display(std::shared_ptr<PlatformIPCPackage>
const& package);
58 static void finish_internal_native_display();
64 #endif // MIR_GRAPHICS_MESA_NATIVE_PLATFORM_H_
All things Mir.
Definition: aging_buffer.h:24
BufferIpcMsgType
Definition: platform_ipc_operations.h:28
Definition: buffer_ipc_message.h:32
Definition: display_helpers.h:78