2016-03-17 13:48:19 +00:00
|
|
|
#ifndef __GSK_PRIVATE_H__
|
|
|
|
#define __GSK_PRIVATE_H__
|
|
|
|
|
|
|
|
#include <glib.h>
|
2017-09-01 20:58:42 +00:00
|
|
|
#include <pango/pango.h>
|
2016-03-17 13:48:19 +00:00
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
void gsk_ensure_resources (void);
|
|
|
|
|
2017-09-01 20:58:42 +00:00
|
|
|
int pango_glyph_string_num_glyphs (PangoGlyphString *glyphs);
|
|
|
|
|
2017-09-28 00:55:14 +00:00
|
|
|
typedef struct _GskVulkanRender GskVulkanRender;
|
|
|
|
typedef struct _GskVulkanRenderPass GskVulkanRenderPass;
|
|
|
|
|
2016-03-17 13:48:19 +00:00
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __GSK_PRIVATE_H__ */
|