]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/window.h
Fixes for include guards, patch 1256967 Paul Cornett
[wxWidgets.git] / include / wx / univ / window.h
index 13a54c942142f6feef6a44ac83751de5f9fa9c0c..f0061b5ec44c461477ccc47d13d8e46ca240b948 100644 (file)
 #ifndef _WX_UNIV_WINDOW_H_
 #define _WX_UNIV_WINDOW_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "univwindow.h"
-#endif
-
 #include "wx/bitmap.h"      // for m_bitmapBg
 
 class WXDLLEXPORT wxControlRenderer;
@@ -150,7 +146,6 @@ public:
 
     // return true if we should use the colours/fonts returned by the
     // corresponding GetXXX() methods instead of the default ones
-    bool UseBgCol() const { return m_hasBgCol; }
     bool UseFgCol() const { return m_hasFgCol; }
     bool UseFont() const { return m_hasFont; }
 
@@ -255,6 +250,7 @@ protected:
     bool m_isCurrent:1;
 
 #ifdef __WXMSW__
+protected:
     // override MSWWindowProc() to process WM_NCHITTEST
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 #endif // __WXMSW__