compilation/linking fixes for DoCaptureMouse() change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-19 19:39:53 +00:00
parent 4116c22156
commit a83e14751f
3 changed files with 7 additions and 7 deletions

View File

@@ -268,9 +268,6 @@ private:
wxScrollBar *m_scrollbarHorz,
*m_scrollbarVert;
// the stack of windows which have captured the mouse
static struct WXDLLEXPORT wxWindowNext *ms_winCaptureNext;
#if wxUSE_MENUS
// the current modal event loop for the popup menu we show or NULL
static wxEventLoop *ms_evtLoopPopup;