]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.h
fix compilation on F13 and binutils/gold by rewriting specialized X11 code
[lyx.git] / src / BufferParams.h
index cd5e96afd67922ff6bbb8cf33b5b30b6d078a899..94667588577503ec06b3b46f799efae5b7815862 100644 (file)
@@ -286,11 +286,15 @@ public:
        ///
        RGBColor backgroundcolor;
        ///
+       bool isbackgroundcolor;
+       ///
        RGBColor fontcolor;
        ///
        bool isfontcolor;
        ///
        RGBColor notefontcolor;
+       ///
+       RGBColor boxbgcolor;
        /// \param index should lie in the range 0 <= \c index <= 3.
        Bullet & temp_bullet(size_type index);
        Bullet const & temp_bullet(size_type index) const;
@@ -389,6 +393,16 @@ public:
        /// whether to attempt to be XHTML 1.1 compliant or instead be
        /// a little more mellow
        bool html_be_strict;
+       ///
+       double html_math_img_scale;
+       ///
+       std::string html_latex_start;
+       ///
+       std::string html_latex_end;
+       /// generate output usable for reverse/forward search
+       bool output_sync;
+       /// custom LaTeX macro from user instead our own
+       std::string output_sync_macro;
 
 private:
        ///