]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Sep 2001 14:34:29 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Sep 2001 14:34:29 +0000 (14:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/window.cpp
src/gtk1/window.cpp

index ca9543b11ea632f4c3e7300958ff73c8a13e4f28..d196049172f1055188f8e7fbf0453c51f97bc08f 100644 (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
index ca9543b11ea632f4c3e7300958ff73c8a13e4f28..d196049172f1055188f8e7fbf0453c51f97bc08f 100644 (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