]> git.lyx.org Git - lyx.git/blobdiff - src/lyxscreen.h
whitespace changes;
[lyx.git] / src / lyxscreen.h
index 7501f67e3b384efda47ce1e38df0f0b297e7eeb1..c90cab8794d79debc24c9f478367ba5715f853b3 100644 (file)
@@ -25,10 +25,6 @@ class BufferView;
 
 struct Row;
 
-///
-typedef unsigned short Dimension;
-
-
 /** The class LyXScreen is used for the main Textbody.
     Concretely, the screen is held in a pixmap.  This pixmap is kept up to
     date and used to optimize drawing on the screen.
@@ -71,7 +67,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 +98,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,