X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3a5f83a66a21089fa1c52f962d127d0fe7b5ee0..0c09451870888f9c774f86d9a34ac348d41d2da9:/src/gtk/window.cpp diff --git a/src/gtk/window.cpp b/src/gtk/window.cpp index 8cdad303eb..0138ad5c26 100644 --- a/src/gtk/window.cpp +++ b/src/gtk/window.cpp @@ -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