compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1756,7 +1756,7 @@ static gint gtk_window_focus_out_callback( GtkWidget *widget, GdkEvent *WXUNUSED
|
|||||||
{
|
{
|
||||||
gs_widgetLastFocus = NULL;
|
gs_widgetLastFocus = NULL;
|
||||||
|
|
||||||
return;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if the focus goes out of our app alltogether, OnIdle() will send
|
// 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;
|
gs_widgetLastFocus = NULL;
|
||||||
|
|
||||||
return;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// if the focus goes out of our app alltogether, OnIdle() will send
|
// if the focus goes out of our app alltogether, OnIdle() will send
|
||||||
|
Reference in New Issue
Block a user