summaryrefslogtreecommitdiff
path: root/gtk/gtkapplicationwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-19 15:41:12 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-19 16:24:44 +0000
commitbd6c4a0dec073d6f3ec360bc0045536c211c4cd1 (patch)
treefc6d5b4d7ab93118a832ca2b0fc9e9324194c790 /gtk/gtkapplicationwindow.h
parenteed37cd59a8d5248ea7bea0e5d385de73f362812 (diff)
downloadgtk+-bd6c4a0dec073d6f3ec360bc0045536c211c4cd1.tar.gz
Padding review
Ensure that the class structs of all subclassable types have sufficient padding (standardizing on 8 slots, here). GtkApplication GtkWidget GtkContainer GtkWindow GtkDialog GtkApplicationWindow GtkToolItem GtkBin
Diffstat (limited to 'gtk/gtkapplicationwindow.h')
-rw-r--r--gtk/gtkapplicationwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkapplicationwindow.h b/gtk/gtkapplicationwindow.h
index 7f243ee555..d978b5f593 100644
--- a/gtk/gtkapplicationwindow.h
+++ b/gtk/gtkapplicationwindow.h
@@ -62,7 +62,7 @@ struct _GtkApplicationWindowClass
GtkWindowClass parent_class;
/*< private >*/
- gpointer padding[14];
+ gpointer padding[8];
};
GDK_AVAILABLE_IN_ALL