comparison DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/include/pugl/cairo.h @ 3:84e66ea83026

DPF-Prymula-audioplugins-0.231015-2
author prymula <prymula76@outlook.com>
date Mon, 16 Oct 2023 21:53:34 +0200
parents
children
comparison
equal deleted inserted replaced
2:cf2cb71d31dd 3:84e66ea83026
1 // Copyright 2012-2020 David Robillard <d@drobilla.net>
2 // SPDX-License-Identifier: ISC
3
4 #ifndef PUGL_CAIRO_H
5 #define PUGL_CAIRO_H
6
7 #include "pugl/pugl.h"
8
9 PUGL_BEGIN_DECLS
10
11 /**
12 @defgroup cairo Cairo
13 Cairo graphics support.
14 @ingroup pugl
15 @{
16 */
17
18 /**
19 Cairo graphics backend accessor.
20
21 Pass the returned value to puglSetBackend() to draw to a view with Cairo.
22 */
23 PUGL_CONST_API
24 const PuglBackend*
25 puglCairoBackend(void);
26
27 /**
28 @}
29 */
30
31 PUGL_END_DECLS
32
33 #endif // PUGL_CAIRO_H