]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
Limit the nopassthurchars case in beamer to URL
[lyx.git] / src / TextMetrics.h
index d5606b610a396661046fd56f1a89d5d71acf895f..1a19b4293901a62da0443857be0ee17e9b908dc9 100644 (file)
@@ -50,6 +50,8 @@ public:
        ///
        std::pair<pit_type, ParagraphMetrics const *> first() const;
        ///
+       std::pair<pit_type, ParagraphMetrics const *> firstVisible() const;
+       ///
        std::pair<pit_type, ParagraphMetrics const *> last() const;
        /// is this row the last in the text?
        bool isLastRow(Row const & row) const;