X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0a6476912577c0ce870b1d2a829825bad45d35a8..9c112555198f51fcec71106530cddba95a17f3dc:/src/gtk1/gsockgtk.cpp diff --git a/src/gtk1/gsockgtk.cpp b/src/gtk1/gsockgtk.cpp index ffcd57563c..ae8e1a9da5 100644 --- a/src/gtk1/gsockgtk.cpp +++ b/src/gtk1/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; }