mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
19 lines
361 B
C
19 lines
361 B
C
#ifndef __GSK_PRIVATE_H__
|
|
#define __GSK_PRIVATE_H__
|
|
|
|
#include <glib.h>
|
|
#include <pango/pango.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_ensure_resources (void);
|
|
|
|
int pango_glyph_string_num_glyphs (PangoGlyphString *glyphs);
|
|
|
|
typedef struct _GskVulkanRender GskVulkanRender;
|
|
typedef struct _GskVulkanRenderPass GskVulkanRenderPass;
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __GSK_PRIVATE_H__ */
|