X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a6476912577c0ce870b1d2a829825bad45d35a8..77f4f0a700031e1c1fa4ece26df44f3af49b7545:/src/gtk/gsockgtk.cpp diff --git a/src/gtk/gsockgtk.cpp b/src/gtk/gsockgtk.cpp index ffcd57563c..ae8e1a9da5 100644 --- a/src/gtk/gsockgtk.cpp +++ b/src/gtk/gsockgtk.cpp @@ -21,6 +21,8 @@ #include "wx/unix/gsockunx.h" +extern "C" { +static void _GSocket_GDK_Input(gpointer data, gint source, GdkInputCondition condition) @@ -32,6 +34,7 @@ void _GSocket_GDK_Input(gpointer data, if (condition & GDK_INPUT_WRITE) socket->Detected_Write(); } +} bool GSocketGUIFunctionsTableConcrete::CanUseEventLoop() { return true; }