18 #ifndef MIR_TOOLKIT_MIR_WINDOW_H_ 19 #define MIR_TOOLKIT_MIR_WINDOW_H_ 534 unsigned int num_streams);
552 #pragma GCC diagnostic push 553 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 555 MirRenderSurface* render_surface,
556 int logical_width,
int logical_height,
557 int displacement_x,
int displacement_y)
558 __attribute__((deprecated(
"This function is slated for rename due to MirRenderSurface-->MirSurface transition")));
559 #pragma GCC diagnostic pop 777 __attribute__((deprecated(
"Use mir_window_request_window_id() instead")));
787 __attribute__((deprecated(
"Use mir_window_request_window_id_sync")));
struct MirCursorConfiguration MirCursorConfiguration
Opaque structure containing cursor parameterization.
Definition: mir_cursor_configuration.h:28
The displacement from the top-left corner of the surface.
Definition: client_types.h:380
unsigned int height
Definition: mir_image.h:27
unsigned int width
Definition: mir_image.h:26
char const * name
Definition: client_types.h:170
Definition: client_types.h:387
uint32_t output_id
The id of the output to place the surface in.
Definition: client_types.h:183
MirWindowParameters is the structure of minimum required information that you must provide to Mir in ...
Definition: client_types.h:188