We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54c327 commit 864f116Copy full SHA for 864f116
include/c/sk_types.h
@@ -343,6 +343,7 @@ typedef struct sk_string_t sk_string_t;
343
A sk_bitmap_t is an abstraction that specifies a raster bitmap.
344
*/
345
typedef struct sk_bitmap_t sk_bitmap_t;
346
+typedef struct sk_bitmapallocator_t sk_bitmapallocator_t;
347
typedef struct sk_pixmap_t sk_pixmap_t;
348
typedef struct sk_colorfilter_t sk_colorfilter_t;
349
// placed here to help seperate in PR
0 commit comments