X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debe6624c1e9d4bf3243381153d1e173c849bcd8..77e3eac5f28a222589cf71d40451f59cb8c3eda2:/include/wx/msw/dialog.h?ds=sidebyside diff --git a/include/wx/msw/dialog.h b/include/wx/msw/dialog.h index d44d0081af..d4a19e94e8 100644 --- a/include/wx/msw/dialog.h +++ b/include/wx/msw/dialog.h @@ -9,8 +9,8 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -#ifndef __DIALOGH__ -#define __DIALOGH__ +#ifndef _WX_DIALOG_H_ +#define _WX_DIALOG_H_ #ifdef __GNUG__ #pragma interface "dialog.h" @@ -111,8 +111,11 @@ public: virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor, WXUINT message, WXWPARAM wParam, WXLPARAM lParam); +protected: + WXHWND m_hwndOldFocus; // the window which had focus before we were shown + DECLARE_EVENT_TABLE() }; #endif - // __DIALOGH__ + // _WX_DIALOG_H_