]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
ugh. Nesting the (per class) plugin sentries can require them to
[wxWidgets.git] / include / wx / window.h
index 4be6c62c9557121e74e89c73b72a9cd8b3a5b187..3abbf6a33029957f7dd474462f591e2543db901f 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        window.h
+// Name:        wx/window.h
 // Purpose:     wxWindowBase class - the interface of wxWindow
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -823,6 +823,11 @@ protected:
     bool                 m_isEnabled:1;
     bool                 m_isBeingDeleted:1;
 
+    // was the window colours/font explicitly changed by user?
+    bool                 m_hasBgCol:1;
+    bool                 m_hasFgCol:1;
+    bool                 m_hasFont:1;
+
     // window attributes
     long                 m_windowStyle,
                          m_exStyle;