diff --git a/gsk/ngl/gskngltexturepoolprivate.h b/gsk/ngl/gskngltexturepoolprivate.h index 8b39ec5440..ac8e326eb5 100644 --- a/gsk/ngl/gskngltexturepoolprivate.h +++ b/gsk/ngl/gskngltexturepoolprivate.h @@ -58,13 +58,13 @@ struct _GskNglTexture /* Backpointer to texture (can be cleared asynchronously) */ GdkTexture *user; + /* Only used by nine-slice textures */ + GskNglTextureNineSlice *nine_slice; + /* Only used by sliced textures */ GskNglTextureSlice *slices; guint n_slices; - /* Only used by nine-slice textures */ - GskNglTextureNineSlice *nine_slice; - /* The actual GL texture identifier in some shared context */ guint texture_id;