]> git.lyx.org Git - lyx.git/blobdiff - src/Paragraph.h
Convert cursorX() and computeRowMetrics() to the new scheme
[lyx.git] / src / Paragraph.h
index 587612d76b3c5a7f64711ed55cba79648e8fbe25..77f1260fed8e3b3076903ec8cbb3e36dea1479ef 100644 (file)
@@ -404,6 +404,8 @@ public:
        bool isInset(pos_type pos) const;
        ///
        bool isNewline(pos_type pos) const;
+       ///
+       bool isEnvSeparator(pos_type pos) const;
        /// return true if the char is a word separator
        bool isSeparator(pos_type pos) const;
        ///