textview: Use standard padding

Given that GtkSourceView exists, we will have
to keep GtkTextView subclassable until a replacement
appears.
This commit is contained in:
Matthias Clasen
2019-05-26 15:25:46 -04:00
parent e9bc767691
commit c2fd6b9fa4

View File

@@ -189,11 +189,7 @@ struct _GtkTextViewClass
/*< private >*/
/* Padding for future expansion */
void (*_gtk_reserved1) (void);
void (*_gtk_reserved2) (void);
void (*_gtk_reserved3) (void);
void (*_gtk_reserved4) (void);
gpointer padding[8];
};
GDK_AVAILABLE_IN_ALL