]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
redraw fix 1.
[lyx.git] / src / BufferView.h
index 9168849a6881d485130a627d98670a7a502ce01e..0c91f1c3808f2c21d70619f96105dc22d86186d7 100644 (file)
@@ -59,8 +59,12 @@ public:
        void buffer(Buffer * b);
        ///
        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();
        ///