X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31528cd3cac75558beef4bce0ba21fd182a808ab..cf1a9b45c7b70f217d3cc282ab77df8feaadcdeb:/include/wx/motif/private.h diff --git a/include/wx/motif/private.h b/include/wx/motif/private.h index 4660979bae..23737aecba 100644 --- a/include/wx/motif/private.h +++ b/include/wx/motif/private.h @@ -110,5 +110,11 @@ private: // argument is of type "wxWindow *" #define GetWidget(w) ((Widget)(w)->GetHandle()) +// ---------------------------------------------------------------------------- +// accessors for C modules +// ---------------------------------------------------------------------------- + +extern "C" XtAppContext wxGetAppContext(); + #endif // _WX_PRIVATE_H_