X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextMetrics.h;h=32282f76ce9449067ba082c4d2b4803153c7a31c;hb=4b7f1b3c3918cd32070c72b6d8e95a888981c7a2;hp=9dd68558e910b719919933c6943f4535088cafc5;hpb=9173fe2c5ea1075633b49747878956daec49d0b7;p=lyx.git diff --git a/src/TextMetrics.h b/src/TextMetrics.h index 9dd68558e9..32282f76ce 100644 --- a/src/TextMetrics.h +++ b/src/TextMetrics.h @@ -144,10 +144,10 @@ private: /// sets row.end to the pos value *after* which a row should break. /// for example, the pos after which isNewLine(pos) == true - pit_type rowBreakPoint( + pos_type rowBreakPoint( int width, pit_type const pit, - pit_type first + pos_type first ) const; /// returns the minimum space a row needs on the screen in pixel @@ -179,7 +179,7 @@ public: /// returns the row near the specified y-coordinate in a given paragraph /// (relative to the screen). If assert_in_view is true, it is made sure /// that the row is on screen completely; this might change the given pit. - Row const & getPitAndRowNearY(int y, pit_type & pit, + Row const & getPitAndRowNearY(int & y, pit_type & pit, bool assert_in_view, bool up); /// returns the paragraph number closest to screen y-coordinate.