]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_data.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_data.h
index be003e60821c70b593d21f9e524e4574dc463b4d..8de3ed250e61ccd65776d8ce91853d456b57fce8 100644 (file)
@@ -32,9 +32,6 @@ class TextMetricsInfo;
 class TextPainter;
 
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 
 class MathArray : private std::vector<MathAtom> {
@@ -58,7 +55,7 @@ public:
        ///
        typedef size_type idx_type;
        typedef size_type pos_type;
-       
+
 public:
        ///
        MathArray();
@@ -158,6 +155,8 @@ public:
        void center(int & x, int & y) const;
        /// adjust (x,y) to point on boundary on a straight line from the center
        void towards(int & x, int & y) const;
+       /// clean up if necessary
+       void notifyCursorLeaves();
 
 private:
        /// is this an exact match at this position?