MirSurfaceParameters is the structure of minimum required information that you must provide to Mir in order to create a surface.
More...
#include <client_types.h>
MirSurfaceParameters is the structure of minimum required information that you must provide to Mir in order to create a surface.
§ buffer_usage
§ height
int MirSurfaceParameters::height |
§ name
char const* MirSurfaceParameters::name |
§ output_id
uint32_t MirSurfaceParameters::output_id |
The id of the output to place the surface in.
Use one of the output ids from MirDisplayConfiguration/MirDisplayOutput to place a surface on that output. Only fullscreen placements are currently supported. If you don't have special placement requirements, use the value mir_display_output_id_invalid.
§ pixel_format
§ width
int MirSurfaceParameters::width |
The documentation for this struct was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Sat Dec 3 12:48:59 UTC 2016