19 #ifndef MIR_PLATFORMS_EGLSTREAM_KMS_PLATFORM_H_ 20 #define MIR_PLATFORMS_EGLSTREAM_KMS_PLATFORM_H_ 30 #include <EGL/eglext.h> 43 std::shared_ptr<EmergencyCleanupRegistry>
const& ,
44 std::shared_ptr<DisplayReport>
const& );
50 std::shared_ptr<DisplayConfigurationPolicy>
const& ,
51 std::shared_ptr<GLConfig>
const& )
override;
64 #endif // MIR_PLATFORMS_EGLSTREAM_KMS_PLATFORM_H_
All things Mir.
Definition: atomic_callback.h:25
std::unique_ptr< T, ModuleDeleter< T >> UniqueModulePtr
Use UniqueModulePtr to ensure that your loadable libray outlives instances created within it...
Definition: module_deleter.h:83