mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
f35053b837
Set it after creating all the ops and then use it for iterating. Note that we cannot set it while creating the ops because the array may be realloc()ed into a different memory region which would invalidate all the pointers. It currently has no use, but that will come later. Also put the typedefs into headers in gsk/vulkan, they have nthing to do outside that directory.
12 lines
121 B
C
12 lines
121 B
C
#pragma once
|
|
|
|
#include <glib.h>
|
|
#include <pango/pango.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_ensure_resources (void);
|
|
|
|
G_END_DECLS
|
|
|