]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
* src/LyXRC.{cpp,h}:
[lyx.git] / src / LyXRC.h
index b9d7e5c6d489d22e447a6142ee76a9fe110638cb..e5c5958c1b3488b00cf5627862998e50fe84800f 100644 (file)
@@ -20,7 +20,8 @@
 
 #include "paper.h"
 
-#include <iosfwd>
+#include "support/strfwd.h"
+
 #include <string>
 
 
@@ -137,6 +138,7 @@ public:
                RC_USE_ESC_CHARS,
                RC_USE_INP_ENC,
                RC_USE_PERS_DICT,
+               RC_USE_PIXMAP_CACHE,
                RC_USE_SPELL_LIB,
                RC_VIEWDVI_PAPEROPTION,
                RC_VIEWER,
@@ -290,6 +292,8 @@ public:
        bool isp_use_alt_lang;
        /// Use personal dictionary?
        bool isp_use_pers_dict;
+       /// Use pixmap cache?
+       bool use_pixmap_cache;
        /// Use escape chars?
        bool isp_use_esc_chars;
        /// Alternate language for ispell