X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87a39e3b554b82450ea87ca971a8111c76cb4ac9..b9efe021b554fa3967d1442cf758435c5cd5ae8f:/include/wx/univ/menu.h diff --git a/include/wx/univ/menu.h b/include/wx/univ/menu.h index ac9364404b..f52f9ea579 100644 --- a/include/wx/univ/menu.h +++ b/include/wx/univ/menu.h @@ -248,6 +248,9 @@ protected: // we don't want to have focus except while selecting from menu void GiveAwayFocus(); + // Release the mouse capture if we have it + bool ReleaseMouseCapture(); + // the array containing extra menu info we need wxMenuInfoArray m_menuInfos;