19 #ifndef MIR_GRAPHICS_ANDROID_INTERNAL_CLIENT_H_
20 #define MIR_GRAPHICS_ANDROID_INTERNAL_CLIENT_H_
32 class MirNativeWindow;
41 std::map<std::shared_ptr<InternalSurface>, std::shared_ptr<MirNativeWindow>> client_windows;
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:30
Interface to in-process client support.
Definition: internal_client.h:36
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:35
InternalClient()
Definition: internal_client.cpp:26
Definition: android_input_receiver.h:32
Definition: internal_client.h:33