]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMath.h
Linearize macros in box edit mode too.
[features.git] / src / mathed / InsetMath.h
index 2fc4c1ddf6b1a3129b92119d711f7d584fd9f06d..81cad09b486fd692b2643064b77273760de46d45 100644 (file)
@@ -114,8 +114,10 @@ public:
        /// this is overridden by specific insets
        virtual mode_type currentMode() const { return MATH_MODE; }
 
+       // The possible marker types for math insets
+       enum marker_type { NO_MARKER, MARKER2, MARKER, BOX_MARKER };
        /// this is overridden by insets with specific edit marker type
-       virtual marker_type marker() const;
+       virtual marker_type marker(BufferView const *) const;
 
        /// the ascent of the inset above the baseline
        /// compute the size of the object for text based drawing