From a086076057ae956fc29a831e497892b96f9abe77 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Oct 2005 20:40:54 +0000 Subject: [PATCH] Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson) 2005-10-20 Matthias Clasen * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ gtk/gtklabel.c | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2e182a8fad..d12b8aa879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-20 Matthias Clasen + + * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD + for the selection window. (#318806, Alex Larsson) + 2005-10-18 Federico Mena Quintero Fixes bug #317999: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2e182a8fad..d12b8aa879 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-10-20 Matthias Clasen + + * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD + for the selection window. (#318806, Alex Larsson) + 2005-10-18 Federico Mena Quintero Fixes bug #317999: diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index b596d21f54..821a6ec7a3 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -2951,7 +2951,7 @@ gtk_label_create_window (GtkLabel *label) attributes.y = widget->allocation.y; attributes.width = widget->allocation.width; attributes.height = widget->allocation.height; - attributes.window_type = GDK_WINDOW_TEMP; + attributes.window_type = GDK_WINDOW_CHILD; attributes.wclass = GDK_INPUT_ONLY; attributes.override_redirect = TRUE; attributes.cursor = gdk_cursor_new_for_display (gtk_widget_get_display (widget),