Return FALSE, or window focusing will not work.

2001-05-11  Alexander Larsson  <alexl@redhat.com>

	* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
	Return FALSE, or window focusing will not work.
This commit is contained in:
Alexander Larsson 2001-05-11 21:57:33 +00:00 committed by Alexander Larsson
parent cc6b34c1e3
commit cf18c0258d
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -1,3 +1,8 @@
2001-05-11 Alexander Larsson <alexl@redhat.com>
* gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
Return FALSE, or window focusing will not work.
2001-05-11 Havoc Pennington <hp@pobox.com>
* gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug

View File

@ -326,7 +326,7 @@ gtk_decorated_window_focus_change (GtkWidget *widget,
GtkWindowDecoration *deco = get_decoration (window);
deco->focused = event->in;
gdk_window_invalidate_rect (window->frame, NULL, FALSE);
return TRUE;
return FALSE;
}
static gint