Mir
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
include
client
mir_toolkit
mir_cursor_configuration.h
Go to the documentation of this file.
1
/*
2
* Copyright © 2014 Canonical Ltd.
3
*
4
* This program is free software: you can redistribute it and/or modify it
5
* under the terms of the GNU Lesser General Public License version 3,
6
* as published by the Free Software Foundation.
7
*
8
* This program is distributed in the hope that it will be useful,
9
* but WITHOUT ANY WARRANTY; without even the implied warranty of
10
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
* GNU Lesser General Public License for more details.
12
*
13
* You should have received a copy of the GNU Lesser General Public License
14
* along with this program. If not, see <http://www.gnu.org/licenses/>.
15
*
16
*/
17
18
#ifndef MIR_TOOLKIT_MIR_CURSOR_H_
19
#define MIR_TOOLKIT_MIR_CURSOR_H_
20
21
#include <
mir_toolkit/common.h
>
22
27
typedef
struct
MirCursorConfiguration
MirCursorConfiguration
;
28
29
#ifdef __cplusplus
30
34
extern
"C"
{
35
#endif
36
41
void
mir_cursor_configuration_destroy
(
MirCursorConfiguration
*parameters);
42
53
MirCursorConfiguration
*
mir_cursor_configuration_from_name
(
char
const
*
name
);
54
55
#ifdef __cplusplus
56
}
58
#endif
59
60
#endif
/* MIR_TOOLKIT_MIR_CURSOR_H_ */
mir_cursor_configuration_destroy
void mir_cursor_configuration_destroy(MirCursorConfiguration *parameters)
Release resources assosciated with cursor parameters.
Definition:
mir_cursor_api.cpp:45
mir_cursor_configuration_from_name
MirCursorConfiguration * mir_cursor_configuration_from_name(char const *name)
Returns a new MirCursorConfiguration representing a named cursor from the system cursor theme...
Definition:
mir_cursor_api.cpp:50
MirCursorConfiguration
Definition:
cursor_configuration.h:26
common.h
MirCursorConfiguration::name
std::string name
Definition:
cursor_configuration.h:30
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014