X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7040b5fe68379e9bc7824aaffa834ae146c4084..68bc51a9ed67dfd2891cd8474a0793171d5e2a8d:/include/wx/msw/window.h?ds=sidebyside diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index 10e33d8b1c..8f549b94d6 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "window.h" -#endif - // [at least] some version of Windows send extra mouse move messages after // a mouse click or a key press - to temporarily fix this problem, set the // define below to 1 @@ -491,6 +487,9 @@ protected: // the background, false otherwise (i.e. the system should erase it) bool DoEraseBackground(WXHDC hDC); + // generate WM_UPDATEUISTATE if it's needed for the OS we're running under + void MSWUpdateUIState(); + private: // common part of all ctors void Init();