]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
A couple of minor bug fixes and cleanups
[lyx.git] / src / BufferView.h
index 0e33c43e7b7d1fd5a55b6e09469a3d1c361c0c09..0c91f1c3808f2c21d70619f96105dc22d86186d7 100644 (file)
@@ -58,11 +58,13 @@ public:
        ///
        void buffer(Buffer * b);
        ///
-       void resize(int, int, int, int);
-       ///
        void resize();
-       ///
-       void redraw();
+       /**
+        * Repaint the pixmap. Used for when we don't want
+        * to go through the full update() logic, just a simple
+        * repaint of the whole screen.
+        */
+       void repaint();
        ///
        bool fitCursor();
        ///
@@ -76,8 +78,6 @@ public:
        ///
        void redoCurrentBuffer();
        ///
-       int resizeCurrentBuffer();
-       ///
        void cursorPrevious(LyXText *);
        ///
        void cursorNext(LyXText *);