]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
layout file converter for layout files in old format
[lyx.git] / src / BufferView_pimpl.h
index a6ac1ad32a96594a209428f6824b363a926a1a3f..73d6d4262df881a15a0d399bb685fdf07e97dfce 100644 (file)
@@ -60,7 +60,7 @@ public:
        //
        bool fitCursor();
        ///
-       void update(bool fitcursor = false, bool forceupdate = true);
+       void update(Update::flags flags = Update::Force);
        ///
        void newFile(std::string const &, std::string const &, bool);
        ///
@@ -186,7 +186,7 @@ private:
        ///
        int offset_ref_;
        ///
-       ViewMetricsInfo metrics();
+       ViewMetricsInfo metrics(bool singlepar = false);
 
 
 };