Mir
|
#include <mir_toolkit/common.h>
#include <mir_toolkit/client_types.h>
#include <mir_toolkit/deprecations.h>
Go to the source code of this file.
Typedefs | |
typedef struct MirCursorConfiguration | MirCursorConfiguration |
Opaque structure containing cursor parameterization. More... | |
Functions | |
void | mir_cursor_configuration_destroy (MirCursorConfiguration *parameters) |
Release resources assosciated with cursor parameters. More... | |
MirCursorConfiguration * | mir_cursor_configuration_from_name (char const *name) |
Returns a new MirCursorConfiguration representing a named cursor from the system cursor theme. More... | |
MirCursorConfiguration * | mir_cursor_configuration_from_buffer_stream (MirBufferStream const *stream, int hotspot_x, int hotspot_y) |
Returns a new cursor configuration tied to a given buffer stream. More... | |
typedef struct MirCursorConfiguration MirCursorConfiguration |
Opaque structure containing cursor parameterization.
Create with mir_cursor* family. Used with mir_window_configure_cursor.
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Jun 5 13:49:26 UTC 2017