forked from AuroraMiddleware/gtk
popover: Add padding pointers to GtkPopoverClass
This commit is contained in:
parent
e78ebaa089
commit
13b37bd4e0
@ -47,6 +47,9 @@ struct _GtkPopover
|
||||
struct _GtkPopoverClass
|
||||
{
|
||||
GtkBinClass parent_class;
|
||||
|
||||
/* Padding for future expansion */
|
||||
gpointer reserved[10];
|
||||
};
|
||||
|
||||
GDK_AVAILABLE_IN_3_12
|
||||
|
Loading…
Reference in New Issue
Block a user