X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bcd055ae108a30299fa278f3fe774f52414eb3df..96f5fca9e4fbdea293199ddca960dabb127e270b:/src/motif/utils.cpp diff --git a/src/motif/utils.cpp b/src/motif/utils.cpp index 2194b1d835..0dab1add9b 100644 --- a/src/motif/utils.cpp +++ b/src/motif/utils.cpp @@ -706,6 +706,11 @@ wxString wxGetDisplayName() return gs_displayName; } +wxWindow* wxFindWindowAtPoint(const wxPoint& pt) +{ + return wxGenericFindWindowAtPoint(pt); +} + // ---------------------------------------------------------------------------- // accelerators // ----------------------------------------------------------------------------