summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index a54ee0e2d9..e22a2d2fa0 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -176,7 +176,7 @@ gtk_fixed_init (GtkFixed *fixed)
fixed->priv->children = NULL;
- gtk_widget_set_has_window (GTK_WIDGET (fixed), FALSE);
+ gtk_widget_set_has_surface (GTK_WIDGET (fixed), FALSE);
}
/**