- bool m_clipPaintRegion:1; // TRUE after ScrollWindow()
- bool m_queuedFullRedraw:1; // TRUE after DoMoveWindow
-
- // These are true if the style were set before the widget was realized
- // (typcally in the constructor) but the actual GTK style must not be set
- // before the widget has been "realized"
- bool m_delayedForegroundColour:1;
- bool m_delayedBackgroundColour:1;
+ bool m_clipPaintRegion:1; // true after ScrollWindow()
+ bool m_needsStyleChange:1; // May not be able to change
+ // background style until OnIdle