]> git.lyx.org Git - lyx.git/blobdiff - src/LyXRC.h
Fix functions that used functions but did not defined it
[lyx.git] / src / LyXRC.h
index 039cf5658ce6a0a700b5d5b51ff96d8abcbe0730..753a6f4f61a2ffd9ecca5b137f28512a62a5c5c1 100644 (file)
 
 namespace lyx {
 
-namespace support { class FileName; }
-
+namespace support {
+class FileName;
 class Lexer;
+}
 
 /// This contains the runtime configuration of LyX
 class LyXRC
@@ -212,7 +213,7 @@ private:
                FormatMismatch
        };
        ///
-       ReturnValues read(Lexer &, bool check_format);
+       ReturnValues read(support::Lexer &, bool check_format);
 public:
        ///
        typedef std::set<std::string> CommandSet;
@@ -579,8 +580,8 @@ public:
        BookmarksVisibility bookmarks_visibility = BMK_NONE;
 
        enum DrawStrategy {
-               // draw all (not implemented yet)
-               // FS_FULL,
+               // draw all
+               DS_FULL,
                // draw only what has changed
                DS_PARTIAL,
                // draw in backing store (only what has changed)