mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
ngl: remove unnecessary suffix array
We didn't end up using this in the final version, so we can just delete it and avoid MSVC issues.
This commit is contained in:
parent
b533bba3f3
commit
b368d3abde
@ -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