mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
Merge branch 'matthiasc/for-master' into 'master'
Matthiasc/for master See merge request GNOME/gtk!1488
This commit is contained in:
commit
29d033a8b3
@ -170,9 +170,7 @@ gtk_css_font_features_value_new_empty (void)
|
||||
GtkCssValue *result;
|
||||
|
||||
result = _gtk_css_value_new (GtkCssValue, >K_CSS_VALUE_FONT_FEATURES);
|
||||
result->features = g_hash_table_new_full (g_str_hash, g_str_equal,
|
||||
g_free,
|
||||
(GDestroyNotify) _gtk_css_value_unref);
|
||||
result->features = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
|
||||
result->is_computed = TRUE;
|
||||
|
||||
return result;
|
||||
|
@ -2105,7 +2105,7 @@ _gtk_widget_emulate_press (GtkWidget *widget,
|
||||
|
||||
/* Perform propagation state starting from the next child in the chain */
|
||||
gtk_propagate_event_internal (event_widget, press, next_child);
|
||||
g_object_unref (press);
|
||||
gdk_event_unref (press);
|
||||
}
|
||||
|
||||
static GdkEvent *
|
||||
|
Loading…
Reference in New Issue
Block a user