19 #ifndef MIR_GRAPHICS_MESA_INTERNAL_CLIENT_H_
20 #define MIR_GRAPHICS_MESA_INTERNAL_CLIENT_H_
43 std::shared_ptr<MirMesaEGLNativeDisplay>
const native_display;
44 std::shared_ptr<MirMesaEGLNativeSurface> client_window;
All things Mir.
Definition: aging_buffer.h:24
EGLNativeDisplayType egl_native_display()
The EGL native display to be used by in-process clients.
Definition: internal_client.cpp:29
EGLNativeWindowType egl_native_window(std::shared_ptr< InternalSurface > const &)
The EGL native window to be used by in-process clients for a surface.
Definition: internal_client.cpp:34
Interface to in-process client support.
Definition: internal_client.h:36
Definition: internal_client.h:35