Mir
|
Go to the source code of this file.
Functions | |
void | mir_connection_create_render_surface (MirConnection *connection, int width, int height, MirRenderSurfaceCallback callback, void *context) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Create a render surface. More... | |
MirRenderSurface * | mir_connection_create_render_surface_sync (MirConnection *connection, int width, int height) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Create a render surface and wait for the result. More... | |
void | mir_render_surface_get_size (MirRenderSurface *render_surface, int *width, int *height) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Get the size of the MirRenderSurface. More... | |
void | mir_render_surface_set_size (MirRenderSurface *render_surface, int width, int height) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Set the size of the MirRenderSurface. More... | |
bool | mir_render_surface_is_valid (MirRenderSurface *render_surface) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Test for a valid render surface. More... | |
char const * | mir_render_surface_get_error_message (MirRenderSurface *render_surface) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Retrieve a text description of the error. More... | |
void | mir_render_surface_release (MirRenderSurface *render_surface) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Release the specified render surface. More... | |
MirBufferStream * | mir_render_surface_get_buffer_stream (MirRenderSurface *render_surface, int width, int height, MirPixelFormat format) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Obtain the buffer stream backing a given render surface. More... | |
MirPresentationChain * | mir_render_surface_get_presentation_chain (MirRenderSurface *render_surface) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Obtain the presentation chain backing a given render surface. More... | |
bool | mir_connection_present_mode_supported (MirConnection *connection, MirPresentMode mode) |
Query whether the server supports a given presentation mode. More... | |
void | mir_presentation_chain_set_mode (MirPresentationChain *chain, MirPresentMode mode) |
Respecify the submission mode that the MirPresentationChain is operating with. More... | |
void | mir_window_spec_set_cursor_render_surface (MirWindowSpec *spec, MirRenderSurface *render_surface, int hotspot_x, int hotspot_y) MIR_FOR_REMOVAL_IN_VERSION_1("This function is slated for rename due to MirRenderSurface- -> MirSurface transition") |
Set the MirWindowSpec to contain a specific cursor. More... | |
Copyright © 2012-2016 Canonical Ltd.
Generated on Wed May 10 10:41:27 UTC 2017