~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to src/client/gbm/gbm_client_platform.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                      std::shared_ptr<DRMFDHandler> const& drm_fd_handler,
40
40
                      EGLNativeDisplayContainer& display_container);
41
41
 
 
42
    MirPlatformType platform_type() const; 
42
43
    std::shared_ptr<ClientBufferFactory> create_buffer_factory();
43
44
    std::shared_ptr<EGLNativeWindowType> create_egl_native_window(ClientSurface *surface);
44
45
    std::shared_ptr<EGLNativeDisplayType> create_egl_native_display();