compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f427e0d634
commit
55fb2c6cc2
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user