diff options
author | Timm Bäder <mail@baedert.org> | 2020-12-27 17:11:12 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2021-01-03 11:01:29 +0100 |
commit | 92ec7547374c5c970880178d403e2091ee6b9127 (patch) | |
tree | 28e4dca40073afe539a0bab67509a4a5d04bad3f | |
parent | d11fbbc478443e632efb924c44eba09ffa181fc6 (diff) | |
download | gtk+-92ec7547374c5c970880178d403e2091ee6b9127.tar.gz |
widget: Move quark_builder_set_id declaration to other GQuarks
-rw-r--r-- | gtk/gtkwidget.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index a1e063f764..a61bf419e1 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -618,6 +618,7 @@ static GQuark quark_auto_children = 0; static GQuark quark_action_muxer = 0; static GQuark quark_font_options = 0; static GQuark quark_font_map = 0; +static GQuark quark_builder_set_id = 0; GType gtk_widget_get_type (void) @@ -8312,11 +8313,6 @@ gtk_widget_accessible_interface_init (GtkAccessibleInterface *iface) iface->get_platform_state = gtk_widget_accessible_get_platform_state; } -/* - * GtkBuildable implementation - */ -static GQuark quark_builder_set_id = 0; - static void gtk_widget_buildable_add_child (GtkBuildable *buildable, GtkBuilder *builder, |