Merge branch 'wip/chergert/remove-zero-suffix-array' into 'master'

ngl: remove unnecessary suffix array

See merge request GNOME/gtk!3254
This commit is contained in:
Matthias Clasen 2021-03-03 21:53:27 +00:00
commit 053d7cfe9f

View File

@ -85,11 +85,6 @@ typedef struct _GskNglTextureAtlasEntry
/* When true, backref is an atlas, otherwise texture */
guint is_atlased : 1;
/* Suffix data that is per-library specific. gpointer used to
* guarantee the alignment for the entries using this.
*/
gpointer data[0];
} GskNglTextureAtlasEntry;
typedef struct _GskNglTextureLibrary