Attach the style to the window so that the style it is not leaked when
2000-12-20 Alexander Larsson <alexl@redhat.com> * gtk/gtkinvisible.c (gtk_invisible_realize): Attach the style to the window so that the style it is not leaked when unrealizing the window.
This commit is contained in:
committed by
Alexander Larsson
parent
d19234c6ca
commit
8d1ff18de0
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2000-12-20 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gtk/gtkinvisible.c (gtk_invisible_realize):
|
||||
Attach the style to the window so that the style it is not
|
||||
leaked when unrealizing the window.
|
||||
|
||||
2000-12-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
|
||||
|
||||
@@ -134,6 +134,8 @@ gtk_invisible_realize (GtkWidget *widget)
|
||||
|
||||
widget->window = gdk_window_new (NULL, &attributes, attributes_mask);
|
||||
gdk_window_set_user_data (widget->window, widget);
|
||||
|
||||
widget->style = gtk_style_attach (widget->style, widget->window);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user