]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_nestinset.h
Fix event loop to no longer eat CPU
[lyx.git] / src / mathed / math_nestinset.h
index 4e3af6185e8253cb737f723f6c1f7ce5e4e80f70..72bdcd453664dc5d289816e9ef67a0b8e44ba84e 100644 (file)
@@ -37,11 +37,11 @@ public:
        /// identifies NestInsets
        MathNestInset const * asNestInset() const { return this; }
        /// get cursor position
-       void getCursorPos(CursorSlice const & sl, int & x, int & y) const;
+       void cursorPos(CursorSlice const & sl, bool boundary, int & x, int & y) const;
        ///
        void edit(LCursor & cur, bool left);
        ///
-       InsetBase * editXY(LCursor & cur, int x, int y) const;
+       InsetBase * editXY(LCursor & cur, int x, int y);
 
        /// order of movement through the cells when pressing the left key
        bool idxLeft(LCursor &) const;