]> git.lyx.org Git - lyx.git/blobdiff - src/lyxscreen.h
next step...
[lyx.git] / src / lyxscreen.h
index 7501f67e3b384efda47ce1e38df0f0b297e7eeb1..e79c053b0c224084b6c3a20749f384043f75983e 100644 (file)
@@ -71,7 +71,7 @@ public:
        ///
        void hideCursor();
        ///
-       void cursorToggle(LyXText const *, BufferView const *);
+       void cursorToggle(BufferView *) const;
        ///
        void showManualCursor(LyXText const *, int x, int y,
                              int asc, int desc,
@@ -102,7 +102,7 @@ private:
 
        /// y1 and y2 are coordinates of the screen
        void drawFromTo(LyXText *, BufferView *, int y1, int y2,
-                       int y_offset = 0, int x_offset = 0);
+                       int y_offset = 0, int x_offset = 0, bool internal=false);
 
        /// y is a coordinate of the text
        void drawOneRow(LyXText *, BufferView *, Row * row,