]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
Warning fix
[wxWidgets.git] / src / gtk / window.cpp
index 8cdad303eb9186b15bbe1f23e773851ce2fb3b0e..0138ad5c26c373d4e999e1437930a6c7638537de 100644 (file)
@@ -1867,7 +1867,7 @@ static gboolean gtk_window_focus_in_callback( GtkWidget *widget,
     }
 #endif // wxUSE_CARET
 
-    bool ret = FALSE;
+    gboolean ret = FALSE;
 
     // does the window itself think that it has the focus?
     if ( !win->m_hasFocus )
@@ -1930,7 +1930,7 @@ static gboolean gtk_window_focus_out_callback( GtkWidget *widget,
     }
 #endif // wxUSE_CARET
 
-    bool ret = FALSE;
+    gboolean ret = FALSE;
 
     // don't send the window a kill focus event if it thinks that it doesn't
     // have focus already