forked from AuroraMiddleware/gtk
Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson)
2005-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson)
This commit is contained in:
parent
b0fe73aa1a
commit
a086076057
@ -1,3 +1,8 @@
|
||||
2005-10-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
|
||||
for the selection window. (#318806, Alex Larsson)
|
||||
|
||||
2005-10-18 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes bug #317999:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-10-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
|
||||
for the selection window. (#318806, Alex Larsson)
|
||||
|
||||
2005-10-18 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
Fixes bug #317999:
|
||||
|
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user