mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
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:
commit
053d7cfe9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user