]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
redraw fix 1.
[lyx.git] / src / BufferView_pimpl.h
index 79af7c390fdc9be8cdec78c95786c970ac992f93..05a390b28fed8b7aa3e659f5fe6e0e9e753b2c4a 100644 (file)
@@ -44,8 +44,6 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        LyXScreen & screen() const;
        ///
        void buffer(Buffer *);
-       ///
-       void redraw();
        /// Return true if the cursor was fitted.
        bool fitCursor();
        ///
@@ -56,8 +54,11 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        void update();
        //
        void update(LyXText *, BufferView::UpdateCodes);
-       /// Update pixmap of screen
-       void updateScreen();
+       /**
+        * Repaint pixmap. Used for when we've made a visible
+        * change but don't need the full update() logic
+        */
+       void repaint();
        ///
        void workAreaResize();
        ///