compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-09-25 14:34:29 +00:00
parent f427e0d634
commit 55fb2c6cc2
2 changed files with 2 additions and 2 deletions

View File

@ -1756,7 +1756,7 @@ static gint gtk_window_focus_out_callback( GtkWidget *widget, GdkEvent *WXUNUSED
{
gs_widgetLastFocus = NULL;
return;
return FALSE;
}
// if the focus goes out of our app alltogether, OnIdle() will send

View File

@ -1756,7 +1756,7 @@ static gint gtk_window_focus_out_callback( GtkWidget *widget, GdkEvent *WXUNUSED
{
gs_widgetLastFocus = NULL;
return;
return FALSE;
}
// if the focus goes out of our app alltogether, OnIdle() will send