]> git.lyx.org Git - lyx.git/blobdiff - src/MetricsInfo.h
Fulfill promise to Andre: TextClass_ptr --> TextClassPtr.
[lyx.git] / src / MetricsInfo.h
index e3b8c95dc7c5770458ac5bf77bf57768015fca7e..055b172732dc1438237685fd205f96770d20ecbd 100644 (file)
@@ -96,6 +96,10 @@ public:
        bool ltr_pos;
        /// Whether the parent is deleted (change tracking)
        bool erased_;
+       ///
+       bool full_repaint;
+       ///
+       int background_color;
 };
 
 class TextMetricsInfo {};