X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_textinset.h;h=04826766c09bb9768239aaf97b78eb25a1f2597b;hb=b447408de232872fef1537fca542abc23702d572;hp=8f81c8321689afa37606b9a1ce83d3ce326d4731;hpb=1eaa3eb913b16f4e6f5991b9c53b0b9ab3f84948;p=lyx.git diff --git a/src/mathed/math_textinset.h b/src/mathed/math_textinset.h index 8f81c83216..04826766c0 100644 --- a/src/mathed/math_textinset.h +++ b/src/mathed/math_textinset.h @@ -24,14 +24,14 @@ public: /// virtual std::auto_ptr clone() const; /// get cursor position - void getScreenPos(idx_type idx, pos_type pos, int & x, int & y) const; + void getCursorPos(CursorSlice const & cur, int & x, int & y) const; /// this stores metrics information in cache_ void metrics(MetricsInfo & mi, Dimension & dim) const; /// draw according to cached metrics void draw(PainterInfo &, int x, int y) const; /// draw selection background - void drawSelection(PainterInfo & pi, - idx_type idx1, pos_type pos1, idx_type idx2, pos_type pos2) const; + //void drawSelection(PainterInfo & pi, + // idx_type idx1, pos_type pos1, idx_type idx2, pos_type pos2) const; /// moves cursor up or down //bool idxUpDown2(LCursor & pos, bool up) const; protected: