19 #ifndef MIR_GRAPHICS_MESA_INTERNAL_NATIVE_SURFACE_H_
20 #define MIR_GRAPHICS_MESA_INTERNAL_NATIVE_SURFACE_H_
29 class InternalSurface;
50 std::shared_ptr<InternalSurface> surface;
Definition: internal_native_surface.h:35
int advance_buffer(MirBufferPackage *package)
Definition: internal_native_surface.cpp:40
Definition: mir_native_buffer.h:30
InternalNativeSurface(std::shared_ptr< InternalSurface > const &surface)
Definition: internal_native_surface.cpp:25
Definition: native_display.h:46
int get_parameters(MirSurfaceParameters *parameters)
Definition: internal_native_surface.cpp:57
MirSurfaceParameters is the structure of minimum required information that you must provide to Mir in...
Definition: client_types.h:121