]> git.lyx.org Git - features.git/blobdiff - src/mathed/xarray.h
*** empty log message ***
[features.git] / src / mathed / xarray.h
index 5df0ea5b809cfc5eba4febbc3251659e40b1d4b6..ba5d073d7ca717a5a987965f4fb8b77b9bfeb7e3 100644 (file)
@@ -31,11 +31,13 @@ public:
        ///
        int yo() const { return yo_; }
        ///
-       int pos2x(size_type pos) const;
+       int pos2x(size_type pos, bool inner) const;
        ///
        size_type x2pos(int pos) const;
        ///
        int width(size_type pos) const;
+       ///
+       int innerwidth(size_type pos) const;
 
        ///
        int ascent() const { return ascent_; }