From 55fb2c6cc26a4ab67f3feb99e5e4e7d5970d6bf1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Sep 2001 14:34:29 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/window.cpp | 2 +- src/gtk1/window.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index ca9543b11e..d196049172 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -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 diff --git a/src/gtk1/window.cpp b/src/gtk1/window.cpp index ca9543b11e..d196049172 100644 --- a/src/gtk1/window.cpp +++ b/src/gtk1/window.cpp @@ -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