Mir
|
#include <mir_toolkit/client_types_nbs.h>
Go to the source code of this file.
Functions | |
bool | mir_presentation_chain_is_valid (MirPresentationChain *presentation_chain) |
Test for a valid presentation chain. More... | |
char const * | mir_presentation_chain_get_error_message (MirPresentationChain *presentation_chain) |
Retrieve a text description of the error. More... | |
void | mir_connection_create_presentation_chain (MirConnection *connection, mir_presentation_chain_callback callback, void *context) |
Create a new presentation chain. More... | |
MirPresentationChain * | mir_connection_create_presentation_chain_sync (MirConnection *connection) |
Create a new presentation chain and wait for the result. More... | |
void | mir_presentation_chain_release (MirPresentationChain *presentation_chain) |
Release the specified presentation chain. More... | |
void | mir_presentation_chain_submit_buffer (MirPresentationChain *presentation_chain, MirBuffer *buffer) |
Submit a buffer to the server so the server can display it. More... | |
void | mir_surface_spec_add_presentation_chain (MirSurfaceSpec *spec, int width, int height, int displacement_x, int displacement_y, MirPresentationChain *chain) |
Set the MirSurfaceContent to display a MirPresentationChain. More... | |
void | mir_surface_spec_add_buffer_stream (MirSurfaceSpec *spec, int displacement_x, int displacement_y, MirBufferStream *stream) |
Set the MirSurfaceContent to display a MirBufferStream. More... | |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016